aboutsummaryrefslogtreecommitdiff
path: root/bikewedge/software/RetoolingForOpenSprints/serproxy-0.1.3.src/string.h
blob: 64d8ecb0e50f64d8aac48c47c02fdfcb12f0b73f (plain)
1
2
3
4
5
6
7
8
9
#ifndef STRING_H
#define STRING_H

int str_assign(char **pstr, char *text);
int str_cat(char **pstr, char *text);
int str_striptrail(char *str);
void str_cleanup(char **pstr);

#endif	/* STRING_H */