diff options
Diffstat (limited to 'src/utils.h')
| -rw-r--r-- | src/utils.h | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/utils.h b/src/utils.h new file mode 100644 index 0000000..2e99a21 --- /dev/null +++ b/src/utils.h @@ -0,0 +1,9 @@ +#ifndef SF_UTILS_H +#define SF_UTILS_H + +#include "fm.h" +#include "wm.h" + +int get_input(const char *prompt, char *buf); + +#endif /* SF_UTILS_H */ |
