equal
deleted
inserted
replaced
|
1 /** |
|
2 * test/demos/libtest/func2.c |
|
3 * Copyright (C) 2008 Markus Broeker |
|
4 */ |
|
5 |
1 #include <stdio.h> |
6 #include <stdio.h> |
2 |
7 |
3 void func2() |
8 void func2() |
4 { |
9 { |
5 printf("Func2: Implement me\n"); |
10 printf("Func2: Implement me\n"); |