7 lines
97 B
C
7 lines
97 B
C
|
#ifndef UTILS_H
|
||
|
#define UTILS_H
|
||
|
|
||
|
char *mk_specialchars(const char *input);
|
||
|
|
||
|
#endif /* UTILS_H */
|