source:
trunk/kStuff/kLdr/testcase/tst-2.c
      
      | Last change on this file was 2878, checked in by , 19 years ago | |
|---|---|
            
  | 
        |
| File size: 363 bytes | |
| Line | |
|---|---|
| 1 | #include "tst.h" | 
| 2 | |
| 3 | MY_IMPORT(int) FuncA(void); | 
| 4 | MY_IMPORT(int) FuncB(void); | 
| 5 | MY_IMPORT(int) FuncC(void); | 
| 6 | MY_IMPORT(int) FuncD(void); | 
| 7 | |
| 8 | int main() | 
| 9 | { | 
| 10 | printf("graph:\n" | 
| 11 | " tst-2 -> b -> a\n" | 
| 12 | " c -> a\n" | 
| 13 | " d -> a\n" | 
| 14 | " a\n"); | 
| 15 | return FuncA() + FuncB() + FuncC() + FuncD(); | 
| 16 | } | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    