Xref: utzoo comp.lang.c:37650 comp.std.c:4543 Path: utzoo!utgpu!news-server.csri.toronto.edu!rpi!zaphod.mps.ohio-state.edu!swrinde!cs.utexas.edu!uunet!aussie!rex From: rex@aussie.COM (Rex Jaeschke) Newsgroups: comp.lang.c,comp.std.c Subject: Re: ANSI-compatible function declarations with args Message-ID: <63.UUL1.3#5077@aussie.COM> Date: 28 Mar 91 00:36:46 GMT References: <1991Mar27.194416.13872@tss.com> Organization: Journal of C Language Translation Lines: 24 Dave Yost asks: > #ifdef PROTO > #define decl_args(x) x > #else > #define decl_args(x) () > #endif > > Are there any standards for what to call this 'decl_args' macro? If you are an implementer I have seen only __ used as the name. As a user, I use xx. It's short and not too distracting allowing you to still read the function declaration around it. Rex ---------------------------------------------------------------------------- Rex Jaeschke | Journal of C Language Translation | C Users Journal (703) 860-0091 | 2051 Swans Neck Way | DEC PROFESSIONAL rex@aussie.COM | Reston, Virginia 22091, USA | Programmers Journal ---------------------------------------------------------------------------- Convener of the Numerical C Extensions Group (NCEG) X3J11 member and US International Representative to ISO C (WG14) ----------------------------------------------------------------------------