www.delorie.com/djgpp/doc/libc-2.01/libc_611.html   search  
Go to the first, previous, next, last section, table of contents.


strlwr

Syntax

#include <string.h>

char *strlwr(char *string);

Description

This function replaces all upper case letters in string with lower case letters.

Return Value

The string.

Example

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