table of contents
other sections
TOASCII(3) | Manual del Programador de Linux | TOASCII(3) |
NOMBRE¶
toascii - convierte un carácter a ASCIISINOPSIS¶
#include <ctype.h> int toascii (int c);
DESCRIPCIÓN¶
toascii() convierte c a un unsigned char de 7 bits que constituye un carácter ASCII, borrando los bits altos.VALOR DEVUELTO¶
El valor devuelte es el carácter convertido.CONFORME A¶
SVID, BSDFALLOS¶
Mucha gente será infeliz si utilizas esta función. Convertirá letras acentuadas en caracteres que nada tienen que ver con la letra.VÉASE TAMBIÉN¶
isascii(3), toupper(3), tolower(3)16 septiembre 1995 | GNU |