added word count

This commit is contained in:
2026-07-03 10:53:16 -05:00
parent e1849a0655
commit b973b6df40
2 changed files with 40 additions and 1 deletions
+7
View File
@@ -32,6 +32,13 @@ struct SPP_Stream
};
typedef struct SPP_Stream SPP_Stream;
struct SPP_Token
{
const char* buf;
size_t len;
};
typedef struct SPP_Stream SPP_Stream;
extern bool
spp_is(struct SPP_Stream s, const char* list);