To: djgpp AT sun DOT soe DOT clarkson DOT edu, arif AT stat DOT fsu DOT edu Subject: sys/timeb.h not setup for C++ Date: Tue, 22 Feb 94 15:44:21 -0500 From: arif AT stat DOT fsu DOT edu The file include\sys\timeb.h has a line extern int ftime(struct timeb *); which should have the wrapper #ifdef __cplusplus extern "C" { #endif ... #ifdef __cplusplus } #endif placed around it. Or am I missing something here?