Post #1864725
2026-05-01 15:26 UTC
It is for concatenating any number of UTF-32 strings, using a NULL pointer as the sentinel argument. Because a NULL pointer is a valid value for a string_t, the C17 prototype works.
With the way stdarg.h works, for NULL to be a valid string_t is necessary for C23 as well, I think.
Replies (0)
No replies.