libtest/func1.c
author Markus Bröker <mbroeker@largo.dyndns.tv>
Thu, 16 Apr 2009 12:51:15 +0200
changeset 78 e87e0fe4a7db
parent 77 49e0babccb23
permissions -rw-r--r--
clplaner: Avoid a segfault on Wed May 27 20:00 CET 2009 * The IndexShaker would crash on the last two teams - fixed committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 * libtest/func1.c
 * Copyright (C) 2008 Markus Broeker
 */

#include <stdio.h>

void func1 ()
{
    printf ("Func1: Implement me\n");
}