Functions | |
char * | strtoupper (char *string) |
char * | strtolower (char *string) |
char * | trimright (char *string) |
char * | trimleft (char *string) |
char * | trimboth (char *string) |
char * | strinsert (char *dest, char *source, int offset) |
char * | strdelete (char *string, int offset, int count) |
char * | buffinsert (char *dest, char *source, int size, int offset, int count) |
char * | buffdelete (char *buff, int size, int offset, int count) |
char* buffdelete | ( | char * | buff, | |
int | size, | |||
int | offset, | |||
int | count | |||
) |
char* buffinsert | ( | char * | dest, | |
char * | source, | |||
int | size, | |||
int | offset, | |||
int | count | |||
) |
char* strdelete | ( | char * | string, | |
int | offset, | |||
int | count | |||
) |
char* strinsert | ( | char * | dest, | |
char * | source, | |||
int | offset | |||
) |
char* strtolower | ( | char * | string | ) |
char* strtoupper | ( | char * | string | ) |
char* trimboth | ( | char * | string | ) |
char* trimleft | ( | char * | string | ) |
char* trimright | ( | char * | string | ) |