Matt Sicker wrote: > Are you allowed to use "noreturn" as a > parameter name in C?
Yes, unless you include <stdnoreturn.h> (a C11 standard header), or you #define 'noreturn' to something, or something like that. Still, I wouldn't advise it.
Matt Sicker wrote: > Are you allowed to use "noreturn" as a > parameter name in C?
Yes, unless you include <stdnoreturn.h> (a C11 standard header), or you #define 'noreturn' to something, or something like that. Still, I wouldn't advise it.