]> git.llucax.com Git - software/makeit.git/blob - subproj/otherproj.h
Add a special variable for the full current makefile directory
[software/makeit.git] / subproj / otherproj.h
1
2 #ifdef __cplusplus
3 extern "C" {
4 #endif
5
6 void otherproj(void);
7
8 #ifdef __cplusplus
9 }
10 #endif
11