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