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