libtest/func1.c
changeset 34 4a35f239fe5b
parent 9 c3fecc82ade6
child 77 49e0babccb23
equal deleted inserted replaced
33:5e0a954f7c0b 34:4a35f239fe5b
     3  * Copyright (C) 2008 Markus Broeker
     3  * Copyright (C) 2008 Markus Broeker
     4  */
     4  */
     5 
     5 
     6 #include <stdio.h>
     6 #include <stdio.h>
     7 
     7 
     8 void func1()
     8 void func1 ()
     9 {
     9 {
    10 	printf("Func1: Implement me\n");
    10     printf ("Func1: Implement me\n");
    11 }
    11 }