/** * test/demos/libtest/func2.c * Copyright (C) 2008 Markus Broeker */ #include <stdio.h> void func2() { printf("Func2: Implement me\n"); }