Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

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


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.


Oh, yeah, the codegen for the fn() itself would likely be the same, but the prototype of that definition is still a K&R function. https://godbolt.org/z/Psvae55Pr




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: