SIONlib  2.0.0-rc.1
Scalable I/O library for parallel access to task-local files
Macros
Datatypes

Datatypes for use throughout the SIONlib API (deprecated) More...

Collaboration diagram for Datatypes:

Macros

#define sion_int32   int32_t
 a 32 bit signed integer More...
 
#define sion_uint32   uint32_t
 a 32 bit unsigned integer More...
 
#define sion_int64   int64_t
 a 64 bit signed integer More...
 
#define sion_uint64   uint64_t
 a 64 bit unsigned integer More...
 

Detailed Description

Datatypes for use throughout the SIONlib API (deprecated)

Macro Definition Documentation

◆ sion_int32

#define sion_int32   int32_t

a 32 bit signed integer

Examples
simple/sionpar.c, and simple/sionser.c.

Definition at line 27 of file sion_datatypes.h.

◆ sion_int64

#define sion_int64   int64_t

a 64 bit signed integer

Examples
simple/sionpar.c, and simple/sionser.c.

Definition at line 35 of file sion_datatypes.h.

◆ sion_uint32

#define sion_uint32   uint32_t

a 32 bit unsigned integer

Definition at line 31 of file sion_datatypes.h.

◆ sion_uint64

#define sion_uint64   uint64_t

a 64 bit unsigned integer

Definition at line 39 of file sion_datatypes.h.