Rechercher une page de manuel
toascii
Langue: en
Version: 1995-09-16 (fedora - 16/08/07)
Section: 3 (Bibliothèques de fonctions)
NAME
toascii - convert character to ASCIISYNOPSIS
#include <ctype.h> int toascii(int c);
DESCRIPTION
toascii() converts c to a 7-bit unsigned char value that fits into the ASCII character set, by clearing the high-order bits.RETURN VALUE
The value returned is that of the converted character.CONFORMING TO
SVr4, BSD, POSIX.1-2001.BUGS
Many people will be unhappy if you use this function. This function will convert accented letters into random characters.SEE ALSO
isascii(3), tolower(3), toupper(3)Contenus ©2006-2024 Benjamin Poulain
Design ©2006-2024 Maxime Vantorre