diff options
author | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 03:44:47 +1000 |
---|---|---|
committer | alekseiplusplus <alekseijeaves@protonmail.com> | 2023-04-21 03:44:47 +1000 |
commit | ee742e6020248f9695cc9ce5bbace5f42814383e (patch) | |
tree | d8be3463f30027c965e821ac63b8b6eae047390d /headers/include.h | |
parent | c4c28762385c52d0c349da72e3f3bbed64197411 (diff) |
have to call it a night.
Diffstat (limited to 'headers/include.h')
-rw-r--r-- | headers/include.h | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/headers/include.h b/headers/include.h new file mode 100644 index 0000000..9a537c4 --- /dev/null +++ b/headers/include.h @@ -0,0 +1,7 @@ +#include"stdio.h" +#include"stdint.h" +#include"stdlib.h" +#include"string.h" +#include"applesystem.h" +#include"addressing.h" +#include"instructions.h"
\ No newline at end of file |