]> mj.ucw.cz Git - libucw.git/blob - free/libs/examples/internal/test.c
Merge with git+ssh://git.ucw.cz/projects/sherlock/GIT/sherlock.git#v3.11
[libucw.git] / free / libs / examples / internal / 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 }