mirror of
https://github.com/ClusterM/fdskey.git
synced 2025-12-16 19:15:54 +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_ */
|