aboutsummaryrefslogtreecommitdiffstats
path: root/src/utils.h
blob: fedbc5ec061261d708b4fd77cb4c8f421916f344 (plain) (blame)
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 */