#ifndef SF_UTILS_H #define SF_UTILS_H #include "fm.h" #include "wm.h" #include int get_input(const char *prompt, char *buf, size_t len); bool y_or_n(const char *prompt); #endif /* SF_UTILS_H */