From: Greg Patten (s936079@minyos.xx.rmit.OZ.AU)
Date: 08/11/93


From: s936079@minyos.xx.rmit.OZ.AU (Greg Patten)
Subject: Re: SLS1.03(99pl11) and DosEmulator
Date: 11 Aug 1993 14:33:52 GMT

bsa@kf8nh.wariat.org (Brandon S. Allbery) writes:

>In article <CBKCt4.14q@mailer.cc.fsu.edu> marchini@ds18.scri.fsu.edu (Juan Marchini) writes:
>>extern "C" int printk(const char * fmt, ...);
>> ^^^
>>
>>since i don't know this syntax for an extern defined function in C,
>Small kernel include files bug. You see, it's *not* legal C.

>It is, however, perfectly legal C++, which the Linux kernel is currently
>written in.

>:-(

So what do we do?