22 extern const char rlCRLF[];
73 int printf(
const char *format, ...);
113 char *
strstr(
const char *substring);
139 int read(
const char *filename);
144 int write(
const char *filename);
int read(const char *filename)
const char * toFilename()
int removeQuotas(char c='"')
int startsWith(const char *startstr)
int operator!=(const char *s2)
int cat(const char *text)
char * strstr(const char *substring)
rlString & operator=(const char *s2)
int strcpy(const char *text)
int setText(const char *text)
int strnnocasecmp(const char *other, int n)
int strnocasecmp(const char *other)
int printf(const char *format,...)
int operator==(const char *s2)
rlString & operator+(const char *s2)
int write(const char *filename)
rlString & operator+=(const char *s2)
rlString(const char *text="")