libtest/func1.c
changeset 9 c3fecc82ade6
parent 7 a1aa30f0f904
child 34 4a35f239fe5b
equal deleted inserted replaced
8:96d16dfe787a 9:c3fecc82ade6
       
     1 /**
       
     2  * test/demos/libtest/func1.c
       
     3  * Copyright (C) 2008 Markus Broeker
       
     4  */
       
     5 
     1 #include <stdio.h>
     6 #include <stdio.h>
     2 
     7 
     3 void func1()
     8 void func1()
     4 {
     9 {
     5 	printf("Func1: Implement me\n");
    10 	printf("Func1: Implement me\n");