]> git.llucax.com Git - software/makeit.git/blob - subproj/otherproj.h
Generalize function find_headers (now find_files)
[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