![]() |
SIONlib
2.0.0-rc.2
Scalable I/O library for parallel access to task-local files
|
Datatypes for use throughout the SIONlib API (deprecated) More...
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... | |
Datatypes for use throughout the SIONlib API (deprecated)
int64_t
) in its public interface. Those types should be used instead of the ones defined here. #define sion_int32 int32_t |
a 32 bit signed integer
int32_t
from the C standard library should be used instead Definition at line 27 of file sion_datatypes.h.
#define sion_int64 int64_t |
a 64 bit signed integer
int64_t
from the C standard library should be used instead Definition at line 35 of file sion_datatypes.h.
#define sion_uint32 uint32_t |
a 32 bit unsigned integer
uint32_t
from the C standard library should be used instead Definition at line 31 of file sion_datatypes.h.
#define sion_uint64 uint64_t |
a 64 bit unsigned integer
uint64_t
from the C standard library should be used instead Definition at line 39 of file sion_datatypes.h.