Skip to content
Snippets Groups Projects
stdint.hh 81 B
#ifdef _MSC_VER
#include <ost/stdint_msc.hh>
#else
#include <stdint.h>
#endif