1 2 3 4 5
#include <stddef.h> #include <stdint.h> #include <string.h> void foo(int64_t (*out__)[10][10]); void main__(void);