| www.delorie.com/djgpp/doc/libc-2.01/libc_611.html | search |
#include <string.h> char *strlwr(char *string);
This function replaces all upper case letters in string with lower case letters.
The string.
char buf[100] = "Hello"; strlwr(buf);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |