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>
Go to the source code of this file.
#define | SSIZE_MAX ((ssize_t)(SIZE_MAX / 2)) |
Maximum value for ssize_t. | |