Xref: utzoo comp.lang.c:8669 comp.sys.ibm.pc:13878 Path: utzoo!mnetor!uunet!husc6!rutgers!mtunx!whuts!homxb!ho7cad!ekb From: ekb@ho7cad.ATT.COM (Eric K. Bustad) Newsgroups: comp.lang.c,comp.sys.ibm.pc Subject: Re: C declaration styles Message-ID: <297@ho7cad.ATT.COM> Date: 28 Mar 88 18:05:40 GMT References: <1238@wjvax.UUCP> Organization: AT&T Bell Laboratories, Holmdel, NJ Lines: 15 Summary: What does cdecl mean? In article <1238@wjvax.UUCP>, miker@wjvax.UUCP (Michael Ryan) writes: > [stuff deleted] > why not use the cdecl keyword , as supported by Msoft 5.0 .... > > void foo(int x, double y); /*only if you have prototypes */ > > /* if you do prototypes or not, as well as cdecl or not */ > void cdecl foo( int x, double y) > { > [more stuff deleted] No one else has asked, so I guess that I must reveal my ignorance. Can someone explain the meaning of Microsoft's "cdecl" keyword? = Eric