]> rtime.felk.cvut.cz Git - omk.git/blob - tests/libraries/funcb.c
Added more documentation and some tests.
[omk.git] / tests / libraries / funcb.c
1 #include <mylib.h>
2
3 int funcb(int b)
4 {
5         return b*2;
6 }