Librerias En Lenguaje C

Páginas: 2 (479 palabras) Publicado: 3 de mayo de 2012
LIBRERIAS EN LENGUAJE C
#include <stdio.h>
clearerr | fclose | feof | ferror | fflush | fgetc | fgetpos |
fgets | fopen | formato | fprintf | fputc | fputs | fread |freopen | fscanf | fseek | fsetpos | ftell | fwrite | getc |
getchar | gets | perror | printf | putc | putchar | puts |
remove | rename | rewind | scanf | setbuf | setybuf |sprintf |
sscanf | tmpfile | tmpnam | ungetc | vfprintf | vprintf | vsprintf |
#include <stdlib.h>
abort | abs | atexit | atof | atoi | atol | bsearch |
calloc | div | exit| free | getenv | labs | ldiv |
malloc | mblen | mbstowcs | mbtowc | qsort | rand | Realloc |
srand | strtod | strtol | strtoul | system | wctomb |   |
#include<string.h>
memchr | memcmp | memcpy | memmove | memset | strcat | strchr |
strcmp | strcoll | strcpy | strcspn | strerror | strlen | strmcat |
strmcmp | strmcpy | strpbrk | strrchr| strspn | strstr | strtok |
strxfrm |   |   |   |   |   |   |
#include <ctype.h>
tolower | toupper |   |   |   |   |   |
#include <locale.h>
localeconv |setlocale |   |   |   |   |   |
 
 
#include <math.h>
Acos | Asin | atan | atan2 | ceil | cos | cosh |
Exp | Fabs | floor | fmod | frexp | ldexp | log |
log10 |modf | pow | sin | sinh | sqrt | tan |
tanh |   |   |   |   |   |   |
#include <setjmp.h>
longjmp | setjmp |   |   |   |   |   |
#include <signal.h>
raise |signal |   |   |   |   |   |
#include <time.h>
asctime | clock | ctime | difftime | Gmtime | localtime | mktime |
strftime | time |   |   |   |   |   |
Otras libreriasque no tienen funciones asociadas. Pero tienen macros constantes y/o estructuras.
         #include <assert.h>
         #include <errno.h>
         #include <float.h>...
Leer documento completo

Regístrate para leer el documento completo.

Estos documentos también te pueden resultar útiles

  • Librerias y funciones lenguaje c
  • Librerias O Bibliotecas En Lenguaje C
  • Libreria del lenguaje c
  • Librerías De Programación En Lenguaje C
  • Creación De Una Librería En Lenguaje C
  • Librerias Del Lenguaje C
  • Tipos de librerias del lenguaje c
  • Librerias c++

Conviértase en miembro formal de Buenas Tareas

INSCRÍBETE - ES GRATIS