Show gs_datatypes.h syntax highlighted
#ifndef __gs_datatypes_h__
#define __gs_datatypes_h__
/**
* \file gs_datatypes.h Default POD datatypes for GreenBus models
*/
namespace tlm {
typedef unsigned char gs_uint8;
typedef unsigned short gs_uint16;
typedef unsigned int gs_uint32;
typedef unsigned long long gs_uint64;
} // end namespace tlm
#endif
See more files for this project here