Update main.c

This commit is contained in:
Abdelrahman Said 2023-05-17 00:08:01 +01:00
parent b7093a6f1c
commit f4c73354c5

2
main.c
View File

@ -5,7 +5,7 @@
#define BUF_SIZE 10 * 1024 * 1024 #define BUF_SIZE 10 * 1024 * 1024
i32 main(i32 argc, char *argv[]) { i32 main(void) {
allocator_t *alloc = init_allocator(BUF_SIZE); allocator_t *alloc = init_allocator(BUF_SIZE);
if (!alloc) { if (!alloc) {