#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 */