summaryrefslogtreecommitdiff
path: root/common/stringx.h
blob: 4776170bf261903b7521201f0a7a66d5b9601384 (plain)
1
2
3
4
5
6
7
8
9

#ifndef __STRINGX_H__
#define __STRINGX_H__

const char* trim_start(const char* data);
char* trim_end(char* data);
char* trim_space(char* data);

#endif /* __STRINGX_H__ */