libtest/func2.c
author Markus Bröker <mbroeker@largo.dyndns.tv>
Thu, 16 Apr 2009 12:47:59 +0200
changeset 29 7abf6146898e
parent 9 c3fecc82ade6
child 34 4a35f239fe5b
permissions -rw-r--r--
indent -bad changed to -nbad: See http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=485764 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");
}