头文件                   说明


<assert.h >         验证程序断言
<cpio.h >           cpio归档值
<ctype.h >          字符类型
<dirent.h >         目录项
<errno.h >          出错码
<fcntl.h >          文件控制
<float.h >          浮点常数
<signal.h >         信号
<stdarg.h >         可变参数表
<stddef.h >         标准定义
<stdio.h >          标准I/O库
<stdlib.h >         公用函数
<string.h >         字符串操作
<tar.h >            tar归档值
<termios.h >        终端I/O 
<time.h >           时间和日期
<ulimit.h >         用户限制
<unistd.h >         符号常数
<utime.h >          文件时间
<sys/ipc.h >        IPC 
<sys/msg.h >        消息队列
<sys/sem.h >        信号量
<sys/shm.h >        共享存储
<sys/stat.h >       文件状态
<sys/times.h >      进程时间
<sys/types.h >      原系统数据类型
<sys/wait.h >       进程控制
 
想知道头文件的作用,用man查手册就行了——比如想了解stdio.h,只需要:
man stdio.h
 
参考
http://www.opengroup.org/onlinepubs/009695399/basedefs/contents.html