Rename http.c/.h to chttp.c/.h and improve amalgamation formatting
This commit is contained in:
+1
-1
@@ -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
|
||||
Reference in New Issue
Block a user