+−/** +− * libtest/func1.c +− * Copyright (C) 2008 Markus Broeker +− */ +− +−#include <stdio.h> +− +−void func1 () +−{ +− printf ("Func1: Implement me\n"); +−}