Alchemy  1.0
A framework to robustly process network messages and structured data
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
int_defs.h
Go to the documentation of this file.
1 /// @file Pb/detail/int_defs.h
2 /// Defines the appropriate stdint header based on the compiler.
3 ///
4 /// The MIT License(MIT)
5 /// @copyright 2015 Paul M Watt
6 // ****************************************************************************
7 #ifndef INT_DEFS_H_INCLUDED
8 #define INT_DEFS_H_INCLUDED
9 
10 #include <stdint.h>
11 
12 #endif