MyOS Libc
types.h
1 #ifndef TYPES_H
2 
3 typedef int pid_t; // GCC required
4 
5 #endif