]> mj.ucw.cz Git - libucw.git/blob - free/libs/examples/internal/test.c
The big move. Step #2: Updated all other references to lib/.
[libucw.git] / free / libs / examples / internal / 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 }