1 2 3 4 5 6 7 8
#ifndef SOURCE_TYPES_H #define SOURCE_TYPES_H #include<stdbool.h> #include<stddef.h> #include<stdint.h> #endif