#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); int xsnprintf(char *str, size_t size, const char *restrict format, ...); #endif /* SF_UTILS_H */