
| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| assert | assert | assert.h | cassert |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| BUFSIZ | stdio | stdio.h | cstdio |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| CLOCKS_PER_SEC | time | time.h | ctime |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| DBL_DIG | float | float.h | cfloat |
| DBL_EPSILON | float | float.h | cfloat |
| DBL_MANT_DIG | float | float.h | cfloat |
| DBL_MAX | float | float.h | cfloat |
| DBL_MAX_10_EXP | float | float.h | cfloat |
| DBL_MAX_EXP | float | float.h | cfloat |
| DBL_MIN | float | float.h | cfloat |
| DBL_MIN_10_EXP | float | float.h | cfloat |
| DBL_MIN_EXP | float | float.h | cfloat |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| EOF | stdio | stdio.h | cstdio |
| errno | errno | errno.h | cerrno |
| EXIT_FAILURE | stdlib | stdlib.h | cstdlib |
| EXIT_SUCCESS | stdlib | stdlib.h | cstdlib |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| FILENAME_MAX | stdio | stdio.h | cstdio |
| FLT_DIG | float | float.h | cfloat |
| FLT_EPSILON | float | float.h | cfloat |
| FLT_MANT_DIG | float | float.h | cfloat |
| FLT_MAX | float | float.h | cfloat |
| FLT_MAX_10_EXP | float | float.h | cfloat |
| FLT_MAX_EXP | float | float.h | cfloat |
| FLT_MIN | float | float.h | cfloat |
| FLT_MIN_10_EXP | float | float.h | cfloat |
| FLT_MIN_EXP | float | float.h | cfloat |
| FLT_RADIX | float | float.h | cfloat |
| FLT_ROUNDS | float | float.h | cfloat |
| FOPEN_MAX | stdio | stdio.h | cstdio |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| HUGE_VAL | math | math.h | cmath |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| isalnum | ctype | ctype.h | cctype |
| isalpha | ctype | ctype.h | cctype |
| isascii | ctype | ctype.h | cctype |
| iscntrl | ctype | ctype.h | cctype |
| isdigit | ctype | ctype.h | cctype |
| isgraph | ctype | ctype.h | cctype |
| islower | ctype | ctype.h | cctype |
| isprint | ctype | ctype.h | cctype |
| ispunct | ctype | ctype.h | cctype |
| isspace | ctype | ctype.h | cctype |
| isupper | ctype | ctype.h | cctype |
| isxdigit | ctype | ctype.h | cctype |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| LC_ALL | locale | locale.h | clocale |
| LC_COLLATE | locale | locale.h | clocale |
| LC_CTYPE | locale | locale.h | clocale |
| LC_MONETARY | locale | locale.h | clocale |
| LC_NUMERIC | locale | locale.h | clocale |
| LC_TIME | locale | locale.h | clocale |
| LDBL_DIG | float | float.h | cfloat |
| LDBL_EPSILON | float | float.h | cfloat |
| LDBL_MANT_DIG | float | float.h | cfloat |
| LDBL_MAX | float | float.h | cfloat |
| LDBL_MAX_10_EXP | float | float.h | cfloat |
| LDBL_MAX_EXP | float | float.h | cfloat |
| LDBL_MIN | float | float.h | cfloat |
| LDBL_MIN_10_EXP | float | float.h | cfloat |
| LDBL_MIN_EXP | float | float.h | cfloat |
| L_tmpnam | stdio | stdio.h | cstdio |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| MB_CUR_MAX | stdlib | stdlib.h | cstdlib |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| NULL | stdio | stdio.h | cstdio |
| NULL | string | string.h | cstring |
| NULL | time | time.h | ctime |
| NULL | stdlib | stdlib.h | cstdlib |
| NULL | stddef | stddef.h | cstddef |
| NULL | locale | locale.h | clocale |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| offsetof | stddef | stddef.h | cstddef |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| RAND_MAX | stdlib | stdlib.h | cstdlib |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| SEEK_CUR | stdio | stdio.h | cstdio |
| SEEK_END | stdio | stdio.h | cstdio |
| SEEK_SET | stdio | stdio.h | cstdio |
| SIGABRT | signal | signal.h | csignal |
| SIGFPE | signal | signal.h | csignal |
| SIGILL | signal | signal.h | csignal |
| SIGSEGV | signal | signal.h | csignal |
| SIGTERM | signal | signal.h | csignal |
| SIG_DFL | signal | signal.h | csignal |
| SIG_ERR | signal | signal.h | csignal |
| SIG_IGN | signal | signal.h | csignal |
| stderr | stdio | stdio.h | cstdio |
| stdin | stdio | stdio.h | cstdio |
| stdout | stdio | stdio.h | cstdio |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| TMP_MAX | stdio | stdio.h | cstdio |
| toascii | ctype | ctype.h | cctype |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| va_arg | stdarg | stdarg.h | cstdarg |
| va_end | stdarg | stdarg.h | cstdarg |
| va_list | stdarg | stdarg.h | cstdarg |
| va_start | stdarg | stdarg.h | cstdarg |

| Función | Librería | Fichero de cabecera C | Fichero de cabecera C++ |
| _IOFBF | stdio | stdio.h | cstdio |
| _IOLBF | stdio | stdio.h | cstdio |
| _IONBF | stdio | stdio.h | cstdio |