btyacc
btyacc copied to clipboard
Mark functions that do not return.
I suggest to use the function specifier "_Noreturn" (or a similar function attribute/annotation) at some source code places.
noreturn is a better syntax and should be defined as a macro to manage C and C++ targets.