Profiling support added
* To use the benefits of profiling, set PROFILING=<target>
* eg: mbroeker@localhost $ make -e PROFILING=linux
* mbroeker@localhost $ export PROFILING=linux && make
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");
}