]> icculus.org git repositories - btb/d2x.git/blob - include/test.c
documentation
[btb/d2x.git] / include / test.c
1
2 #include "mono.h"
3
4 void macro_test(void);
5
6 main()
7 {
8         minit();
9         mclear(0);
10
11         macro_test();
12
13 }
14
15 ΓΏ