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