PatchworkOS  da8a090
A non-POSIX operating system.
Loading...
Searching...
No Matches
pid_t.h
Go to the documentation of this file.
1#ifndef _AUX_PID_T_H
2#define _AUX_PID_T_H 1
3
4/**
5 * @brief Process Identifier.
6 * @ingroup libstd
7 *
8 * The `pid_t` type is used to store process identifiers, valid id's will map to folders found in `/proc`.
9 *
10 */
11typedef __UINT64_TYPE__ pid_t;
12
13#endif
__UINT64_TYPE__ pid_t
Process Identifier.
Definition pid_t.h:11