FENIX_libc/include/types/pid_t.h

9 lines
100 B
C
Raw Normal View History

2020-12-01 23:40:03 +00:00
#ifndef _TYPES_PID_T_H
#define _TYPES_PID_T_H
#include <types/id_t.h>
typedef id_t pid_t;
#endif