]> rtime.felk.cvut.cz Git - omk.git/blob - tests/libraries/mylib.h
Pass definition simplified by not using -local target
[omk.git] / tests / libraries / mylib.h
1 #ifndef MYLIB_H
2 #define MYLIB_H
3
4 int funca(int a);
5 int funcb(int b);
6
7
8 #endif