1 2 3 4 5 6 7 8 9 10
#ifndef PLATFORM_INCLUDES #define PLATFORM_INCLUDES #include <stdint.h> #include <stdlib.h> #include <string.h> #include <stdarg.h> #include <math.h> #endif