simple-discuss/src/utils.h

7 lines
97 B
C
Raw Normal View History

2023-07-03 14:58:09 +03:00
#ifndef UTILS_H
#define UTILS_H
char *mk_specialchars(const char *input);
#endif /* UTILS_H */