30 #ifndef RTPG_INTERNAL_H_INCLUDED 31 #define RTPG_INTERNAL_H_INCLUDED 44 const char *oldstr,
const char *newstr,
55 rtpg_strsplit(
const char *str,
const char *delimiter,
int *n);
char ** rtpg_strsplit(const char *str, const char *delimiter, int *n)
char * rtpg_strreplace(const char *str, const char *oldstr, const char *newstr, int *count)
char * rtpg_trim(const char *input)
char * rtpg_chartrim(const char *input, char *remove)
char * rtpg_removespaces(char *str)
char * rtpg_getSR(int srid)
char * rtpg_strrstr(const char *s1, const char *s2)
char * rtpg_strtoupper(char *str)