]> rtime.felk.cvut.cz Git - omk.git/blob - tests/libraries/shlibs/funca.c
Fixed shared libs dependences and added test for shlibs.
[omk.git] / tests / libraries / shlibs / funca.c
1 #include <mylib.h>
2
3 int funca(int a)
4 {
5         return a+1;
6 }