chore: add docs and example
This commit is contained in:
8
example/01_simple_struct/cmeta.c
Normal file
8
example/01_simple_struct/cmeta.c
Normal file
@@ -0,0 +1,8 @@
|
||||
#define CMETA_COMPTIME
|
||||
#include "cmeta.h"
|
||||
|
||||
int main(void) {
|
||||
if (!process_file("./main.c")) return 1;
|
||||
|
||||
return 0;
|
||||
}
|
||||
Reference in New Issue
Block a user