chore: add docs and example

This commit is contained in:
2026-03-24 23:40:29 +01:00
parent 788a5a1f6f
commit 37f32fa280
5 changed files with 488 additions and 0 deletions

View File

@@ -0,0 +1,8 @@
#define CMETA_COMPTIME
#include "cmeta.h"
int main(void) {
if (!process_file("./main.c")) return 1;
return 0;
}