Path: ...!weretis.net!feeder6.news.weretis.net!panix!.POSTED.spitfire.i.gajendra.net!not-for-mail From: cross@spitfire.i.gajendra.net (Dan Cross) Newsgroups: comp.lang.c Subject: Re: Recursion, Yo Date: Fri, 12 Apr 2024 12:51:55 -0000 (UTC) Organization: PANIX Public Access Internet and UNIX, NYC Message-ID: References: <20240411204846.381@kylheku.com> Injection-Date: Fri, 12 Apr 2024 12:51:55 -0000 (UTC) Injection-Info: reader1.panix.com; posting-host="spitfire.i.gajendra.net:166.84.136.80"; logging-data="5593"; mail-complaints-to="abuse@panix.com" X-Newsreader: trn 4.0-test77 (Sep 1, 2010) Originator: cross@spitfire.i.gajendra.net (Dan Cross) Bytes: 1723 Lines: 34 In article <20240411204846.381@kylheku.com>, Kaz Kylheku <643-408-1753@kylheku.com> wrote: >On 2024-04-12, Lawrence D'Oliveiro wrote: >> On Thu, 11 Apr 2024 15:15:35 GMT, Scott Lurndal wrote: >> >>> As someone who cut his teeth on >>> Unix V6, an empty parameter list is less self-documenting than an >>> explicit (void). >> >> Should that apply when calling the function as well? > >Scott is getting burned by the current resident imbecile, >how embarrassing. > >> res = func(void); >> >> instead of >> >> res = func(); > >Well, according to the eccentric coding conventions followed by your >team of one, indeed, yes; shouldn't it be: > > res = func(/* void */); > >No, wait: > > res = func( > /* void = nothing */ > ); /* func( */ LOL. Despite punching down, that was very funny. - Dan C.