2004-02-01 12:53:28 -05:00

12 lines
125 B
C

#ifdef __cplusplus
extern "C" {
#endif
extern char* foo;
extern int SomeFunctionInFoo(int i);
#ifdef __cplusplus
}
#endif