]> mj.ucw.cz Git - libucw.git/blob - examples/external/test.c
Exampled moved to a top-level directory
[libucw.git] / examples / external / 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 }