Fix some error messages

This commit is contained in:
2025-09-21 12:11:07 +02:00
parent c0f21d0ce0
commit 9699ccc98c
11 changed files with 277261 additions and 548 deletions
+8 -1
View File
@@ -1,5 +1,12 @@
#include <stdint.h>
#include <stdbool.h>
#define CWEB_STR(X) (CWEB_String) { (X), SIZEOF(X)-1 }
#ifndef CWEB_AMALGAMATION
#include "wl.h"
#include "chttp.h"
#endif
#define CWEB_STR(X) (CWEB_String) { (X), (int) sizeof(X)-1 }
typedef struct {
char *ptr;