source: trunk/kLdr/testcase/tst-0-c.c@ 2

Last change on this file since 2 was 2, checked in by bird, 18 years ago

Imported http://svn.netlabs.org/repos/libc/trunk/kStuff, revision 3612.

  • Property svn:keywords set to Id Revision
File size: 182 bytes
Line 
1#include "tst.h"
2const char *g_pszName = "c";
3
4MY_IMPORT(int) FuncD(void);
5
6MY_EXPORT(int) FuncC(void)
7{
8 return FuncD() | (g_pszName[0] == 'c' ? 0x420000 : 0x0100);
9}
10
Note: See TracBrowser for help on using the repository browser.