Go to the documentation of this file. 26 #ifndef MHD_STR_TYPES_H 27 #define MHD_STR_TYPES_H 1 29 #ifndef MHD_STATICSTR_LEN_ 33 #define MHD_STATICSTR_LEN_(macro) (sizeof(macro) / sizeof(char) - 1) 41 const char *
const str;
66 #define _MHD_S_STR_W_LEN(str) { str, MHD_STATICSTR_LEN_(str) }