aboutsummaryrefslogtreecommitdiff
path: root/include/util.h
blob: e0f92f5858f6a66bb703fcb3fa3db0cc1e33011c (plain)
1
2
3
4
5
6
#ifndef __UTIL_H
#define __UTIL_H

char *trim(char *s);

#endif