groff
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Code style and languages in the C family (was: REVISED groff 1.24.0


From: onf
Subject: Re: Code style and languages in the C family (was: REVISED groff 1.24.0 readiness status, and release notes)
Date: Tue, 19 Nov 2024 04:40:10 +0100

On Tue Nov 19, 2024 at 4:14 AM CET, onf wrote:
>   #define min(x,y) ((x) < (y) ? (x) : (y))
>   int i = 1;
>   printf("min = %s\n", min(i++, 3));
> which prints:
>   min = 2

s/%s/%d/. I wrote too much shell lately.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]