sunchb_cson/demo/main.c
2020-05-06 02:42:33 -07:00

13 lines
138 B
C

extern void test1();
extern void test2();
#include "cson.h"
#include "stdio.h"
int main()
{
test1();
//test2();
return 0;
}