#include <stdio.h>
#include <stdlib.h>
Go to the source code of this file.
Functions | |
| char * | strlwc (char *s) |
| Convert a string to lowercase. | |
| char * | strupc (char *s) |
| Convert a string to uppercase. | |
| char * | strskp (char *s) |
| Skip blanks until the first non-blank character. | |
| char * | strcrop (char *s) |
| Remove blanks at the end of a string. | |
| char * | strstrip (char *s) |
| Remove blanks at the beginning and the end of a string. | |
|
|
Remove blanks at the end of a string.
|
|
|
Convert a string to lowercase.
|
|
|
Skip blanks until the first non-blank character.
|
|
|
Remove blanks at the beginning and the end of a string.
|
|
|
Convert a string to uppercase.
|
1.4.4