Relative Content

Tag Archive for cvariable-length-arrayc23fixed-length-array

Check if array is a VLA at compile-time

@Lundin shows how to check if a passed expression is an array at compile-time here: Lvalue conversion of _Generic controlling expression involving array clang warning wrong?: