source:
trunk/kLdr/testcase/tst-0-d.c@
95
      
      | Last change on this file since 95 was 2, checked in by , 18 years ago | |
|---|---|
| 
 | |
| File size: 141 bytes | |
| Line | |
|---|---|
| 1 | #include "tst.h" | 
| 2 | const char *g_pszName = "d"; | 
| 3 | |
| 4 | MY_EXPORT(int) FuncD(void) | 
| 5 | { | 
| 6 | return g_pszName[0] == 'd' ? 0x42000000 : 0x1000; | 
| 7 | } | 
| 8 | 
  Note:
 See   TracBrowser
 for help on using the repository browser.
    
