libtest/func2.c
author Markus Bröker <mbroeker@largo.dyndns.tv>
Thu, 16 Apr 2009 12:50:39 +0200
changeset 70 ded389a5dc2a
parent 34 4a35f239fe5b
child 77 49e0babccb23
permissions -rw-r--r--
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/func2.c
 * Copyright (C) 2008 Markus Broeker
 */

#include <stdio.h>

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