Source file: /~heha/hs/msvcrt-light.zip/src/msvcrt.cpp

extern "C" void X() {}	// C function
void Y() {}		// C++ function
extern "C" int Z;	// C variable
int Z;
Detected encoding: ASCII (7 bit)2