#pragma once #ifndef __PL_DATATYPES_H__ #define __PL_DATATYPES_H__ #include namespace PortabilityLayer { typedef int64_t LargestInt_t; typedef uint64_t LargestUInt_t; } #endif