Upload files to "include"

This commit is contained in:
2025-05-20 20:40:12 -05:00
parent 9b89d8b327
commit 3c039c13c0
2 changed files with 35 additions and 0 deletions

8
include/types.h Normal file
View File

@ -0,0 +1,8 @@
#ifndef _TYPES_H
#define _TYPES_H
#include <stdint.h>
#include <stddef.h>
#include <stdbool.h>
#endif