SDDSlib
|
Implementation of the str_toupper function. More...
#include "mdb.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
char * | str_toupper (char *s) |
Convert a string to upper case. | |
Implementation of the str_toupper function.
Definition in file str_toupper.c.
char * str_toupper | ( | char * | s | ) |
Convert a string to upper case.
This function takes a string and converts all its characters to upper case.
s | The string to convert. |
Definition at line 27 of file str_toupper.c.