]> mj.ucw.cz Git - libucw.git/blob - free/libs/examples/external/test.c
Moved the tests of linking with Sherlock libraries to free/libs/examples/.
[libucw.git] / free / libs / examples / external / test.c
1 #include "lib/lib.h"
2
3 int main(void)
4 {
5   log_init("test");
6   msg(L_INFO, "Hoooot!");
7   return 0;
8 }