| cvs.gedasymbols.org/djgpp/doc/libc/libc_765.html | search | 
| [ < ] | [ > ] | [ << ] | [ Up ] | [ >> ] | [Top] | [Contents] | [Index] | [ ? ] | 
#include <string.h> char *strlwr(char *string);  | 
This function replaces all upper case letters in string with lower case letters.
The string.
| ANSI/ISO C | No | 
| POSIX | No | 
char buf[100] = "Hello"; strlwr(buf);  | 
| webmaster | delorie software privacy | 
| Copyright © 2004 | Updated Apr 2004 |