Rev 2996 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 2996 | Rev 3689 | ||
---|---|---|---|
Line 32... | Line 32... | ||
32 | */ |
32 | */ |
33 | /** |
33 | /** |
34 | * @file |
34 | * @file |
35 | */ |
35 | */ |
36 | 36 | ||
- | 37 | #include <stdio.h> |
|
37 | #include "libtest.h" |
38 | #include "libtest.h" |
38 | 39 | ||
39 | static void kputint(unsigned i) |
40 | static void kputint(unsigned i) |
40 | { |
41 | { |
41 | // unsigned dummy; |
42 | // unsigned dummy; |
Line 48... | Line 49... | ||
48 | // ); |
49 | // ); |
49 | } |
50 | } |
50 | 51 | ||
51 | void test_func(void) |
52 | void test_func(void) |
52 | { |
53 | { |
- | 54 | printf("Hello, this is 'test_func()' in libtest.so!\n"); |
|
53 | kputint(42); |
55 | // kputint(42); |
54 | while(1); |
56 | // while(1); |
55 | } |
57 | } |
56 | 58 | ||
57 | /** @} |
59 | /** @} |
58 | */ |
60 | */ |