wait.h - vx32 - Local 9vx git repository for patches.
 (HTM) git clone git://r-36.net/vx32
 (DIR) Log
 (DIR) Files
 (DIR) Refs
       ---
       wait.h (101B)
       ---
            1 #ifndef _SYS_WAIT_H_
            2 #define _SYS_WAIT_H_
            3 
            4 pid_t waitpid(pid_t, int*, int);
            5 
            6 #endif  // _SYS_WAIT_H_