Ctype.h

Ctype.h

ctype.h

ctype.h es un archivo de cabecera de la biblioteca estándar del lenguaje de programación C diseñado para operaciones básicas con caracteres. Contiene los prototipos de las funciones y macros para clasificar caracteres.

Contenido

Funciones

Macros

  • isalnum
  • isalpha
  • isascii
  • iscntrl
  • isdigit
  • isgraph
  • islower
  • isprint
  • ispunct
  • isspace
  • isupper
  • isxdigit
  • toascii

Tabla de referencia rápida

Función Valores
isalnum (A - Z o a - z) o (0 - 9)
isalpha (A - Z o a - z)
isascii 0 - 127 (0x00-0x7F)
iscntrl (0x7F o 0x00-0x1F)
isdigit (0 - 9)
isgraph Imprimibles menos ' '
islower (a - z)
isprint Imprimibles incluido ' '
ispunct Signos de puntuación
isspace espacio, tab, retorno de línea, cambio de línea, tab vertical, salto de página (0x09 a 0x0D, 0x20).
isupper (A-Z)
isxdigit (0 to 9, A to F, a to f).

Véase también

Obtenido de "Ctype.h"

Wikimedia foundation. 2010.

Игры ⚽ Нужна курсовая?

Mira otros diccionarios:

  • Ctype.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h stdint.h stdio.h …   Википедия

  • ctype.h — Стандартная библиотека языка программирования С assert.h complex.h ctype.h errno.h fenv.h float.h inttypes.h iso646.h limits.h locale.h math.h setjmp.h signal.h stdarg.h stdbool.h stddef.h …   Википедия

  • Ctype.h — The header ctype.h in the ANSI C Standard Library for the C programming language contains declarations for character classification functions. History Early toolsmiths writing in C under Unix began developing idioms at a rapid rate to classify… …   Wikipedia

  • Calestous Juma — (born 9 June, 1953 at Port Victoria, western Kenya) is an internationally recognized authority in the application of science and technology to sustainable development worldwide. He is Professor of the Practice of International Development and… …   Wikipedia

  • Republic of Ireland postal addresses — Postal addresses in Ireland are similar to those in many other parts of the world. Currently there is no national post code system. However, Dublin is divided into postal districts, under a system which was similar to that used in cities… …   Wikipedia

  • Seton Hall University School of Law — Established 1951 Type Private President Msgr. Robert Sheeran …   Wikipedia

  • University of Mississippi School of Law — Established 1854 Type Public Dean Richard Gershon …   Wikipedia

  • Robert L. Childers — is a judge in the Circuit Court of Tennessee for the 30th Judicial District. Judge Childers was designated by the Tennessee Supreme Court in 2003 to preside over the widely publicized Anna Mae He case. In a controversial ruling… …   Wikipedia

  • Comparison of programming languages (object-oriented programming) — Programming language comparisons General comparison Basic syntax Basic instructions Arrays Associative arrays String operations …   Wikipedia

  • Russian Empire — Infobox Former Country native name = Российская Империя (ru Cyrl) Rossiyskaya Imperiya (translit) conventional long name = Russian Empire common name = Russia| continent = Eurasia status = Empire government type = Monarchy| year start = 1721 year …   Wikipedia

Compartir el artículo y extractos

Link directo
Do a right-click on the link above
and select “Copy Link”