Blender  V3.3
Typedefs
BLI_sys_types.h File Reference
#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
 

Detailed Description

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 Documentation

◆ uchar

typedef unsigned char uchar

Definition at line 70 of file BLI_sys_types.h.

◆ uint

typedef unsigned int uint

Definition at line 67 of file BLI_sys_types.h.

◆ ulong

typedef unsigned long ulong

Definition at line 69 of file BLI_sys_types.h.

◆ ushort

typedef unsigned short ushort

Definition at line 68 of file BLI_sys_types.h.