libtest/func2.c
author Markus Bröker <mbroeker@largo.localnet>
Thu, 16 Apr 2009 12:49:11 +0200
changeset 37 0fbbe329c3a2
parent 34 4a35f239fe5b
child 77 49e0babccb23
permissions -rw-r--r--
demos/parser * calc * c_compiler I want to rescue the history of the calc files... committer: Markus Bröker <mbroeker@largo.homelinux.org>

/**
 * test/demos/libtest/func2.c
 * Copyright (C) 2008 Markus Broeker
 */

#include <stdio.h>

void func2 ()
{
    printf ("Func2: Implement me\n");
}