OAR

RTEMS GNU Tools On-Line Library


strlwr

PREV UP NEXT Bookshelf

4.20: strlwr---force string to lower case

Synopsis

#include <string.h>
char *strlwr(char *a);

Description
strlwr converts each characters in the string at a to lower case.


Returns
strlwr returns its argument, a.


Portability
strlwr is not widely portable.

strlwr requires no supporting OS subroutines.



PREV UP NEXT Bookshelf

Packaging copyright © 1988-2000 OAR Corporation
Context copyright by each document's author. See Free Software Foundation for information.