libtools
trim.h
Go to the documentation of this file.
1 
20 #ifndef __TOOLS_TRIM_H
21 #define __TOOLS_TRIM_H
22 
33 void trim(char *s);
34 
39 void ltrim(char *s);
40 
45 void rtrim(char *s);
46 
49 #endif /* __TOOLS_TRIM_H */
void ltrim(char *s)
trim string from left
void rtrim(char *s)
trim string from right
void trim(char *s)
trim string