feat: remove stb_c_lexer

This commit is contained in:
2026-05-22 00:24:32 +02:00
parent 37f32fa280
commit 3736df7249
8 changed files with 717 additions and 1233 deletions

View File

@@ -1,8 +1,11 @@
#include <stdio.h>
#include "cmeta.h"
typedef struct {
int int_field;
char* char_star_field;
const char* const_char_star_field;
} Foo_Struct;
int main(void) {