1 2 3 4 5 6 7 8 9
#ifndef SF_UTILS_H #define SF_UTILS_H #include "fm.h" #include "wm.h" int get_input(const char *prompt, char *buf, size_t len); #endif /* SF_UTILS_H */