TOASCII(3) Library Functions Manual TOASCII(3)
NAME
toascii —
translate an integer to a 7-bit ASCII character
SYNOPSIS
int toascii(int c);
DESCRIPTION
The toascii () function shall convert its
argument into a 7-bit ASCII character.
RETURN VALUE
The toascii () function shall return the
value ( c
&0x7f).
ERRORS
No errors are returned.
EXAMPLES
None.
APPLICATION USAGE
None.
RATIONALE
None.
FUTURE DIRECTIONS
None.
SEE ALSO
isascii(3), the Base Definitions volume of IEEE Std 1003.1-2001 (“POSIX.1”), <ctype.h>
CHANGE HISTORY
First released in Issue 1. Derived from Issue 1 of the SVID.
End of informative text. footer end
December 6, 2001 posix.fail