libtest/func2.c
author Markus Bröker <mbroeker@largo.dyndns.tv>
Sun, 24 Oct 2010 20:56:59 +0200
changeset 150 75133486ba7e
parent 77 49e0babccb23
permissions -rw-r--r--
recursion bug: don't follow symlinks 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");
}