comparison seobeo/seobeo.h @ 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 84672efec192
children a0f0ad5e42eb
comparison
equal deleted inserted replaced
63:fff1b048dda6 64:a30944e5719e
5 * Seobeo 5 * Seobeo
6 * ------ 6 * ------
7 * 7 *
8 * Library for starting TCP, UDP server and serving static file or path. 8 * Library for starting TCP, UDP server and serving static file or path.
9 */ 9 */
10
11 // Define DIRECTORY before any includes to enable directory operations in dowa.h
12 #ifndef DIRECTORY
13 #define DIRECTORY
14 #endif
10 15
11 #include <stdio.h> 16 #include <stdio.h>
12 #include <stdlib.h> 17 #include <stdlib.h>
13 #include <unistd.h> 18 #include <unistd.h>
14 #include <errno.h> 19 #include <errno.h>