Types used by the kernel. More...
Types used by the kernel.
Definition in file kernel_types.h.
#include <stdint.h>#include <inttypes.h>#include <limits.h>#include <stddef.h>#include <sys/types.h>
Include dependency graph for kernel_types.h:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
| #define | SSIZE_MAX ((ssize_t)(SIZE_MAX / 2)) |
| Maximum value for ssize_t. | |