]> rtime.felk.cvut.cz Git - omk.git/blob - tests/libraries/test.c
Fixed test functions to work under dash shell
[omk.git] / tests / libraries / test.c
1 #include <stdio.h>
2 #include <mynumber.h>
3 int main()
4 {
5         printf("NUMBER is %d\n", NUMBER);
6         return 0;
7 }