6 lines
60 B
C
6 lines
60 B
C
|
#ifndef TYPES_H
|
||
|
|
||
|
typedef int pid_t; // GCC required
|
||
|
|
||
|
#endif
|