summaryrefslogtreecommitdiffstats
path: root/lib/mylib.h
blob: 14b39a2db149e5c5ff70843581e40b3d6c7e95dc (plain)
1
2
3
4
5
6
7
8
#ifndef __MYLIB_H
#define __MYLIB_H

#define MY_FLAG 3.1415926

void mylib();

#endif /* __MYLIB_H */