OAR

RTEMS GNU Tools On-Line Library


strupr

PREV UP NEXT Bookshelf

4.30: strupr---force string to uppercase

Synopsis

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

Description
strupr converts each characters in the string at a to upper case.


Returns
strupr returns its argument, a.


Portability
strupr is not widely portable.

strupr 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.