我看到pid_t的typedef定义的unistd.h,和文件描述符被定义为int中fcntl.h。但是由于它们以类似的方式使用,是否有一个typedeffor 文件描述符?
pid_t
unistd.h
int
fcntl.h
typedef
process c development posix files
c ×1
development ×1
files ×1
posix ×1
process ×1