This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| #ifndef FIXED_WIDTH_INTEGERS_H | |
| #define FIXED_WIDTH_INTEGERS_H | |
| #include <limits.h> | |
| /******************************************************************************* | |
| * Fixed Width Unsigned Integer Types | |
| ******************************************************************************/ | |
| #ifndef FIXED_WIDTH_UNSIGNED_8_BIT_INTEGER_NAME |