Date: Tue, 10 Nov 1998 10:31:09 +0200 (IST) From: Eli Zaretskii X-Sender: eliz AT is To: Gabriel Maffla cc: djgpp AT delorie DOT com Subject: Re: pascal & cdecl In-Reply-To: Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com On Mon, 9 Nov 1998, Gabriel Maffla wrote: > Does GCC have any directives similar to TC's "pascal" and > "cdecl"?? Declare the functions with the stdcall and cdecl attributes, respectively. These are described in the GCC docs, in the Function Attributes section.