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