1 2 3 4 5 6
#ifndef _ABIBITS_PID_T_H #define _ABIBITS_PID_T_H typedef int pid_t; #endif // _ABIBITS_PID_T_H