unistd.h
1.0、参考
1.1、Since
1.2、unistd.h的作用

定义UNIX系统常用函数、类型、常量。

1.3、unistd.h中定义的函数
函数签名作用
pid_t getpid()
获得当前进程的ID
pid_t fork()
创建子进程