An open API service indexing awesome lists of open source software.

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

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