SIONlib  2.0.0-rc.2
Scalable I/O library for parallel access to task-local files
sion_datatypes.h
1 /****************************************************************************
2 ** SIONLIB http://www.fz-juelich.de/jsc/sionlib **
3 *****************************************************************************
4 ** Copyright (c) 2008-2019 **
5 ** Forschungszentrum Juelich, Juelich Supercomputing Centre **
6 ** **
7 ** See the file COPYRIGHT in the package base directory for details **
8 ****************************************************************************/
9 
10 #ifndef SION_SION_DATATYPES_H
11 #define SION_SION_DATATYPES_H
12 
23 #include <stdint.h>
24 
27 #define sion_int32 int32_t
28 
31 #define sion_uint32 uint32_t
32 
35 #define sion_int64 int64_t
36 
39 #define sion_uint64 uint64_t
40 
42 
43 #endif