https://github.com/defini7/get_value
Very useful utility framework that allows you to prompt a string, a char or an int from the stdin
https://github.com/defini7/get_value
Last synced: 14 days ago
JSON representation
Very useful utility framework that allows you to prompt a string, a char or an int from the stdin
- Host: GitHub
- URL: https://github.com/defini7/get_value
- Owner: defini7
- License: mit
- Created: 2025-01-24T14:42:25.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-09-09T17:36:48.000Z (11 months ago)
- Last Synced: 2025-10-27T13:55:43.123Z (9 months ago)
- Language: C
- Homepage:
- Size: 7.81 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# get_value
Very useful utility framework that allows you to prompt a string, a char, or an int from the stdin
# Interface
1) get_string - returns a string as char* that you need to free yourself
2) get_int - returns an integer
3) get_char - returns a single character
For more information read the **include/get_value.h** file