FENIX_libc/include/types/pid_t.h

9 lines
100 B
C

#ifndef _TYPES_PID_T_H
#define _TYPES_PID_T_H
#include <types/id_t.h>
typedef id_t pid_t;
#endif