libtools
Main Page
Modules
Classes
Files
File List
File Members
tools
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 */
ltrim
void ltrim(char *s)
trim string from left
rtrim
void rtrim(char *s)
trim string from right
trim
void trim(char *s)
trim string
Generated by
1.8.11