C11 has _Alignas and _Alignof. I guess OpenBSD is not using those. Interesting development nonetheless.
_Alignas
_Alignof
There are still some K&R function declarations in the codebase… as for the newer code, C99 is the target.
C11 has
_Alignas
and_Alignof
. I guess OpenBSD is not using those. Interesting development nonetheless.There are still some K&R function declarations in the codebase… as for the newer code, C99 is the target.