sunchb_cson/demo/main.c

12 lines
124 B
C

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