Byte.h
Go to the documentation of this file.
00001 #ifndef __DBL_BYTE_H_INCLUDED
00002 #define __DBL_BYTE_H_INCLUDED
00003 
00004 #define __STDC_LIMIT_MACROS
00005 #include <stdint.h>
00006 
00007 #ifndef BYTE
00008         #define BYTE uint8_t
00009 #endif
00010 
00011 #ifndef WORD
00012         #define WORD uint16_t
00013 #endif
00014 
00015 #ifndef DWORD
00016         #define DWORD uint32_t
00017 #endif
00018 
00019 #endif /* __DBL_BYTE_H_INCLUDED */


threemxl
Author(s):
autogenerated on Thu Jun 6 2019 21:10:52