Content-type: text/html
Man page of toascii
toascii
Section: Standard C Library Functions (3C)
Updated: 14 Aug 2002
Index
Return to Main Contents
NAME
toascii - translate integer to a 7-bit ASCII character
SYNOPSIS
#include <ctype.h>
int toascii(int c);
DESCRIPTION
The toascii() function converts its argument into a 7-bit ASCII character.
RETURN VALUES
The toascii() function returns the value (c & 0x7f).
ERRORS
No errors are returned.
ATTRIBUTES
See attributes(5) for descriptions of the following attributes:
ATTRIBUTE TYPE | ATTRIBUTE VALUE
|
CSI | Enabled
|
Interface Stability | Standard
|
MT-Level | MT-Safe
|
SEE ALSO
isascii(3C), attributes(5), standards(5)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- ATTRIBUTES
-
- SEE ALSO
-
This document was created by
man2html,
using the manual pages.
Time: 02:37:26 GMT, October 02, 2010