EU1KY AA
num_keypad.h
Go to the documentation of this file.
1 /*
2  * (c) Yury Kuchura
3  * kuchura@gmail.com
4  *
5  * This code can be used on terms of WTFPL Version 2 (http://www.wtfpl.net/).
6  */
7 
8 #ifndef NUMKEYPAD_H_
9 #define NUMKEYPAD_H_
10 
11 #include <stdint.h>
12 
13 uint32_t NumKeypad(uint32_t initial, uint32_t min_value, uint32_t max_value, const char* header_text);
14 #endif
uint32_t NumKeypad(uint32_t initial, uint32_t min_value, uint32_t max_value, const char *header_text)
Definition: num_keypad.c:195