This should have C linkage.

This commit is contained in:
Steve Checkoway
2004-02-24 05:00:03 +00:00
parent f59f5de31e
commit f48728e003
+4 -1
View File
@@ -10,4 +10,7 @@
#define HAVE_VERSION_INFO
#define HAVE_CXA_DEMANGLE
#define _BSD_WCHAR_T_DEFINED_
extern long long llabs(long long i);
extern "C"
{
extern long long llabs(long long i);
}