logoalt Hacker News

fuhsnnlast Tuesday at 6:12 AM1 replyview on HN

In what situation fn() doesn't mean fn(void) under C23?


Replies

el_pollo_diablolast Tuesday at 6:27 AM

None, but that is not my point. Before C23, fn() already meant the same thing as fn(void) in function definitions, which the situation under discussion here.

C23 changed what fn() means outside a function definition.

show 1 reply