Mercurial
comparison mrjunejune/main.c @ 132:7a63e41a21fb
[Seobeo] Added debug targets.
| author | June Park <parkjune1995@gmail.com> |
|---|---|
| date | Fri, 09 Jan 2026 08:23:54 -0800 |
| parents | 7eb79fd91c7e |
| children | 1c0878eb17de |
comparison
equal
deleted
inserted
replaced
| 131:b230a743a01e | 132:7a63e41a21fb |
|---|---|
| 1 #define SEOBEO_ENABLE_DEBUG | 1 // Debug mode is now controlled by build target: use //seobeo:seobeo_tcp_server_ws_debug |
| 2 #include "seobeo/seobeo.h" | 2 #include "seobeo/seobeo.h" |
| 3 #include <time.h> | 3 #include <time.h> |
| 4 | 4 |
| 5 // UUID + /tmp/ + format (max 4) | 5 // UUID + /tmp/ + format (max 4) |
| 6 #define TMP_FILE_LENGTH 47 | 6 #define TMP_FILE_LENGTH 47 |