Mercurial
comparison mrjunejune/main.c @ 19:875bb6e10db7
[Seobeo] Chaning Function naming to be easily readable.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Mon, 06 Oct 2025 09:55:34 -0700 |
| parents | fb2cff495a60 |
| children | 84672efec192 |
comparison
equal
deleted
inserted
replaced
| 18:fa2b8af609d9 | 19:875bb6e10db7 |
|---|---|
| 12 #include "seobeo/seobeo.h" | 12 #include "seobeo/seobeo.h" |
| 13 | 13 |
| 14 | 14 |
| 15 int main(void) | 15 int main(void) |
| 16 { | 16 { |
| 17 Seobeo_Web_StartBasicHTTPServer("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); | 17 Seobeo_Web_Server_Start("mrjunejune/pages", "6969", SEOBEO_MODE_EDGE, 2); |
| 18 } | 18 } |