Rename http.c/.h to chttp.c/.h and improve amalgamation formatting

This commit is contained in:
2025-07-20 18:33:51 +02:00
parent 8be1b8e3d6
commit dba15c946e
14 changed files with 87 additions and 28 deletions
+1 -1
View File
@@ -15,4 +15,4 @@ HTTP_String http_trim (HTTP_String s);
#define HTTP_COUNT(X) (sizeof(X) / sizeof((X)[0]))
#define HTTP_ASSERT(X) {if (!(X)) { __builtin_trap(); }}
#endif // BASIC_INCLUDED
#endif // BASIC_INCLUDED