diff options
| author | @syxhe <https://t.me/syxhe> | 2025-03-24 22:55:45 -0500 |
|---|---|---|
| committer | @syxhe <https://t.me/syxhe> | 2025-03-24 22:55:45 -0500 |
| commit | 277e3b7dd1bc85cd190c6e4c451c7bfab71ee07e (patch) | |
| tree | 4fe47beba815786bfe2a1fa1e0d7a7f912d3ef64 /src/main.c | |
| parent | a3fdf44e42b988185d1bedd9521b17b34969e75e (diff) | |
Fix MEM_ALIGN_BYTES not being static
Diffstat (limited to 'src/main.c')
| -rw-r--r-- | src/main.c | 6 |
1 files changed, 4 insertions, 2 deletions
| @@ -1,12 +1,14 @@ | |||
| 1 | #include "shared.h" | 1 | #include "shared.h" |
| 2 | #include "arena.h" | ||
| 3 | #include "encryption.h" | ||
| 4 | #include "ll.h" | ||
| 2 | 5 | ||
| 3 | #include <errno.h> | 6 | #include <errno.h> |
| 4 | #include <error.h> | 7 | #include <error.h> |
| 5 | #include <stdio.h> | 8 | #include <stdio.h> |
| 6 | 9 | ||
| 7 | int main() { | 10 | int main() { |
| 8 | 11 | error(1, ENOTSUP, "No main file lol"); | |
| 9 | |||
| 10 | 12 | ||
| 11 | return 0; | 13 | return 0; |
| 12 | } \ No newline at end of file | 14 | } \ No newline at end of file |
