]> mj.ucw.cz Git - libucw.git/blob - free/libs/examples/external-ucw-build/test.c
Build: Renamed BUILDSYS_PATH to BUILDSYS to make it consistent with the rest.
[libucw.git] / free / libs / examples / external-ucw-build / test.c
1 #include <ucw/lib.h>
2
3 int main(void)
4 {
5         log_init("test");
6         msg(L_INFO, "Hoooot!");
7         return 0;
8 }