127
127
strlength(const string str)
128
128
Return length of string with end-space:s not counted.
132
132
void caseup_str _A((string str));
133
133
void casedn_str _A((string str));
134
134
Converts strings or part of string to upper or lower-case.
137
137
Converts string to a string with can be compared with strcmp() to
138
138
get strings in rigth order.