Интерактивная система просмотра системных руководств (man-ов)
toascii (3)
>> toascii (3) ( Solaris man: Библиотечные вызовы ) toascii (3) ( FreeBSD man: Библиотечные вызовы ) toascii (3) ( Русские man: Библиотечные вызовы ) toascii (3) ( Linux man: Библиотечные вызовы ) toascii (3) ( POSIX man: Библиотечные вызовы )
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 |
|
| MT-Level |
|
SEE ALSO
isascii(3C), attributes(5), standards(5)
Index
- NAME
-
- SYNOPSIS
-
- DESCRIPTION
-
- RETURN VALUES
-
- ERRORS
-
- ATTRIBUTES
-
- SEE ALSO
-