Blender
V3.3
|
#include <stdint.h>
#include <sys/types.h>
#include <stdbool.h>
#include <stddef.h>
#include <uchar.h>
Go to the source code of this file.
Typedefs | |
typedef unsigned int | uint |
typedef unsigned short | ushort |
typedef unsigned long | ulong |
typedef unsigned char | uchar |
A platform-independent definition of [u]intXX_t Plus the accompanying header include for htonl/ntohl
This file includes <sys/types.h> to define [u]intXX_t types, where XX can be 8, 16, 32 or 64. Unfortunately, not all systems have this file.
Definition in file BLI_sys_types.h.
typedef unsigned char uchar |
Definition at line 70 of file BLI_sys_types.h.
typedef unsigned int uint |
Definition at line 67 of file BLI_sys_types.h.
typedef unsigned long ulong |
Definition at line 69 of file BLI_sys_types.h.
typedef unsigned short ushort |
Definition at line 68 of file BLI_sys_types.h.