diff options
| author | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-24 18:47:28 +0200 |
|---|---|---|
| committer | Aleksa Vučković <aleksav013@gmail.com> | 2021-10-24 18:47:28 +0200 |
| commit | 0bca634f7e70b05239f46f3bd40bb37468d67957 (patch) | |
| tree | c4c121dea59ff4183ffb78da4eba75b61f8c8891 /src/types.h | |
| parent | 1395dc42159d52ba36524fabe805897cd20bd01e (diff) | |
Fixing keyboard, changes to Makefile and string.h, trying to add heap...
Diffstat (limited to 'src/types.h')
| -rw-r--r-- | src/types.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/types.h b/src/types.h new file mode 100644 index 0000000..a6d6530 --- /dev/null +++ b/src/types.h @@ -0,0 +1,8 @@ +#ifndef TYPES_H +#define TYPES_H + +#include<stdbool.h> +#include<stddef.h> +#include<stdint.h> + +#endif |
