Go to the documentation of this file.
55 int charElem(
char c,
const char* str);
89 List strSep(
const char* str,
const char* delim);
List words(const char *str)
Given a string, computes the list of words that the string contains.
int charElem(char c, const char *str)
Checks if there is an occurrence of a specific character in a string.
int trimEnd(char *str)
Removes trailing whitespaces of a string.
Implementation of a linked list.
int trim(char *str)
Removes leading and trailing whitespaces of a string, as well as consecutive whitespaces in the middl...
int trimStart(char *str)
Removes leading whitespaces of a string.
List strSep(const char *str, const char *delim)
Splits a string.
LibRCG © 2004-2015
Rui Carlos Gonçalves