the good, old programming error:
* spoon= alloc(data, spoon);
* free(spoon); -> there is a spoon (missing)
Code indent with my buggy GNU Indent
* -> PLEASE GUYS, FIX IT!!
committer: Markus Bröker <mbroeker@largo.homelinux.org>
/**
* test/demos/libtest/func1.c
* Copyright (C) 2008 Markus Broeker
*/
#include <stdio.h>
void func1 ()
{
printf ("Func1: Implement me\n");
}