Date: Mon, 15 Apr 1996 21:25:01 -0400 From: dj (DJ Delorie) Message-Id: <199604160125.VAA15227@delorie.com> To: ao950 AT FreeNet DOT Carleton DOT CA CC: djgpp AT delorie DOT com In-reply-to: <4kqd3m$n1q@freenet-news.carleton.ca> (ao950@FreeNet.Carleton.CA) Subject: Re: MikMod210 [Linking C and C++ together] > So THAT's what EXTERN "C" does! I've always wondered... it's in all the > djgpp .h files, presumably because they used c++ to write the libraries > such as libc and libpc. No, it's in the headers so that YOU can use them in C++ code. The libraries are still written primarily in C and assembler.