libtest/func2.c
author Markus Bröker <mbroeker@largo.dyndns.tv>
Fri, 05 Mar 2010 22:04:25 +0100
changeset 116 ae784a3a45b1
parent 77 49e0babccb23
permissions -rw-r--r--
The find utility needs a path parameter committer: Markus Bröker <mbroeker@largo.homelinux.org>

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

#include <stdio.h>

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