1 2 3 4 5 6 7
#include "error.h" const char* HICN_SOCKET_ERROR_STRING[] = { #define _(a, b, c) [b] = c, foreach_hicn_socket_error #undef _ };