OAR

RTEMS GNU Tools On-Line Library


unctrl

prev UP next Bookshelf

9.1: unctrl---translate characters to upper case

Synopsis

#include <unctrl.h>
char *unctrl(int c);
int unctrllen(int c);

Description
unctrl is a macro which returns the printable representation of c as a string. unctrllen is a macro which returns the length of the printable representation of c.


Returns
unctrl returns a string of the printable representation of c.

unctrllen returns the length of the string which is the printable representation of c.


Portability
unctrl and unctrllen are not ANSI C.

No supporting OS subroutines are required.



prev UP next Bookshelf

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