]> git.llucax.com Git - software/makeit.git/blob - subproj/subproj.h
Make internal $V flag to store @ when pretty printing
[software/makeit.git] / subproj / subproj.h
1
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5
6 void subproj(void);
7
8 #ifdef __cplusplus
9 }
10 #endif
11