Xref: utzoo comp.lang.c:8730 comp.sys.ibm.pc:13926 Path: utzoo!mnetor!uunet!lll-winken!lll-tis!ames!umd5!brl-adm!brl-smoke!gwyn From: gwyn@brl-smoke.ARPA (Doug Gwyn ) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: cdecl keyword ( re: C Decl ... ) Message-ID: <7595@brl-smoke.ARPA> Date: 31 Mar 88 10:44:46 GMT References: <1238@wjvax.UUCP> <297@ho7cad.ATT.COM> <1242@wjvax.UUCP> Reply-To: gwyn@brl.arpa (Doug Gwyn (VLD/VMB) ) Organization: Ballistic Research Lab (BRL), APG, MD. Lines: 6 In article <1242@wjvax.UUCP> miker@wjvax.UUCP (Michael Ryan) writes: > char cdecl steve( int f , char g) >steve is a C language routine that pushes arguments according to C conventions, >g then f, with appropriate sizes, etc. Of all the useless additions to C, this one has to take the cake! #define cdecl /*nothing*/