New comment by oreo639 on void-packages repository https://github.com/void-linux/void-packages/issues/46959#issuecomment-1786455944 Comment: > So, we move `basename` to `#ifdef __cplusplus`? That is already the case, the issue here is that C23 removed support for the original pre-ANSI k&r style and `int func()` was made from meaning an old k&r style declaration to being equivalent to `int func(void)` same as C++.