@@ -11,6 +11,8 @@ struct str {
size_t size;
};
+const struct str STR_EMPTY = {"", 0};
+
struct str_tokenizer {
struct str str;
size_t cur;