1 2 3 4 5 6 7 8 9 10
#ifndef AMALGAM_STD_DEFS_H #define AMALGAM_STD_DEFS_H typedef struct amal_thread amal_thread; typedef struct amal_mutex amal_mutex; typedef struct ArenaAllocatorNode ArenaAllocatorNode; typedef struct ArenaAllocator ArenaAllocator; #endif