diff options
Diffstat (limited to 'include')
-rw-r--r-- | include/util.h | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/include/util.h b/include/util.h new file mode 100644 index 0000000..e0f92f5 --- /dev/null +++ b/include/util.h @@ -0,0 +1,6 @@ +#ifndef __UTIL_H +#define __UTIL_H + +char *trim(char *s); + +#endif |