]> rtime.felk.cvut.cz Git - omk.git/blob - tests/libraries/shlibs/mylib.h
Fixed shared libs dependences and added test for shlibs.
[omk.git] / tests / libraries / shlibs / 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