Zserio C++ runtime library  1.3.0
Built for Zserio 2.18.0
Types.h
Go to the documentation of this file.
1 #ifndef ZSERIO_TYPES_H_INC
2 #define ZSERIO_TYPES_H_INC
3 
4 #include <stddef.h>
5 
6 // Skip standard type definition if another standard types header is provided to prevent compilation error.
7 #ifdef ZSERIO_STANDARD_TYPES_HEADER
8  #include ZSERIO_STANDARD_TYPES_HEADER
9 #else
10  #include <stdint.h>
11 #endif // ifdef ZSERIO_STANDARD_TYPES_HEADER
12 
13 #endif // ifndef ZSERIO_TYPES_H_INC