toascii()

convert integer value to 7-bit ASCII character 

Function


SYNOPSIS

#include <ctype.h>

int toascii(int c);


DESCRIPTION

The toascii() function converts c into a 7-bit ASCII character.


PARAMETERS

c 

Is any integer value.


RETURN VALUES

The toascii() function returns the 7-bit ASCII character corresponding to the argument passed.


CONFORMANCE

UNIX 98.


MULTITHREAD SAFETY LEVEL

MT-Safe.


PORTING ISSUES

None.


AVAILABILITY

PTC MKS Toolkit for Professional Developers
PTC MKS Toolkit for Professional Developers 64-Bit Edition
PTC MKS Toolkit for Enterprise Developers
PTC MKS Toolkit for Enterprise Developers 64-Bit Edition


SEE ALSO

Functions:
_tolower(), _toupper(), isascii(), tolower(), toupper()


PTC MKS Toolkit 10.4 Documentation Build 39.