1 2 3 4 5 6 7 8
#ifndef __MYLIB_H #define __MYLIB_H #define MY_FLAG 3.1415926 void mylib(); #endif /* __MYLIB_H */