mirror of
https://github.com/ClusterM/fdskey.git
synced 2025-12-19 14:29:21 +01:00
7 lines
105 B
C
7 lines
105 B
C
#ifndef INC_CONFIRM_H_
|
|
#define INC_CONFIRM_H_
|
|
|
|
uint8_t confirm(char *text);
|
|
|
|
#endif /* INC_CONFIRM_H_ */
|