Mercurial
comparison dowa/dowa_test.c @ 64:a30944e5719e
Added vibe coded markdown to html script since it is useful for me. Updated Dowa so that it can be compiled without dirnet for windows.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Tue, 23 Dec 2025 15:18:46 -0800 |
| parents | 947b81010aba |
| children | ecb6ee6a22c3 |
comparison
equal
deleted
inserted
replaced
| 63:fff1b048dda6 | 64:a30944e5719e |
|---|---|
| 1 #include <stdio.h> | 1 #include <stdio.h> |
| 2 #include <stdlib.h> | 2 #include <stdlib.h> |
| 3 #include <string.h> | 3 #include <string.h> |
| 4 #include <assert.h> | 4 #include <assert.h> |
| 5 #define DIRECTORY | |
| 5 #include "dowa.h" | 6 #include "dowa.h" |
| 6 | 7 |
| 7 int main(void) | 8 int main(void) |
| 8 { | 9 { |
| 9 // --- Test Arena Allocator --- | 10 // --- Test Arena Allocator --- |