kernel_types.h File Reference

Types used by the kernel. More...

Detailed Description

#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.