From: "David van Leerdam" Newsgroups: comp.os.msdos.djgpp Subject: Re: asmlinkage Date: Thu, 27 Jan 2000 14:14:01 +0100 Organization: Kabelfoon B.V. Lines: 27 Message-ID: <86pg2c$327$1@news.kabelfoon.nl> References: NNTP-Posting-Host: k4nw227.dial.kabelfoon.nl X-Trace: news.kabelfoon.nl 948978572 3143 195.193.26.227 (27 Jan 2000 13:09:32 GMT) X-Complaints-To: abuse AT kabelfoon DOT nl NNTP-Posting-Date: 27 Jan 2000 13:09:32 GMT X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.00.2919.6600 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2919.6600 To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Thanks! This was what I was looking for. Shame I couldn't find it myself! David. "Gisle Vanem" schreef in bericht news:Pine DOT UW2 DOT 3 DOT 95 DOT 1000125005601 DOT 5912A-100000 AT bryggen DOT bgnett DOT no... > "David van Leerdam" writes: > > > What exactly does the 'asmlinkage' keyword do? I couldn't find any useful > > information on the web, even not on the DJGPP site. Also, when to use this > > keyword? Thanks in advance. > > from > > #ifdef __cplusplus > #define asmlinkage extern "C" > #else > #define asmlinkage > #endif > > > Gisle V. >