diff 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
line wrap: on
line diff
--- a/dowa/dowa_test.c	Tue Dec 23 14:00:37 2025 -0800
+++ b/dowa/dowa_test.c	Tue Dec 23 15:18:46 2025 -0800
@@ -2,6 +2,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <assert.h>
+#define DIRECTORY
 #include "dowa.h"
 
 int main(void)