12 lines
120 B
C
Raw Normal View History

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