SDDS ToolKit Programs and Libraries for C and Python
|
Implementation of the str_tolower function.
Definition in file str_tolower.c.
#include "mdb.h"
#include <ctype.h>
Go to the source code of this file.
Functions | |
char * | str_tolower (char *s) |
Convert a string to lower case. | |
char * str_tolower | ( | char * | s | ) |
Convert a string to lower case.
This function takes a string and converts all its characters to lower case.
s | The string to convert. |
Definition at line 27 of file str_tolower.c.