equal
deleted
inserted
replaced
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 func2() |
8 void func2 () |
9 { |
9 { |
10 printf("Func2: Implement me\n"); |
10 printf ("Func2: Implement me\n"); |
11 } |
11 } |