Files
Upsilon/app/utils.h
Felix Raimundo 3e632f5586 Rename text_input to utils, add a util in it.
Change-Id: I5d37ed0a3a21e7d62aa061a6b09f30065c4cd8a6
2016-03-24 16:09:25 +01:00

11 lines
219 B
C

#ifndef APP_UTILS_H
#define APP_UTILS_H
/* Returns a pointer to an input text, allocated by the functions (it is thus
* the caller's role to free it). */
char* get_text();
void clear_screen();
#endif // APP_UTILS_H