Files
Espresso/include/types.h
2025-05-28 14:41:02 -05:00

9 lines
104 B
C

#ifndef _TYPES_H
#define _TYPES_H
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#endif