summaryrefslogtreecommitdiffstats
path: root/hicn-light/src/socket/error.c
blob: 3dafec8cf212ff67a5e886fd7e61713ddcf6dd96 (plain)
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 _
};