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