GNU libmicrohttpd 1.0.0
|
Header for string manipulating helpers types. More...
Go to the source code of this file.
Data Structures | |
struct | _MHD_cstr_w_len |
struct | _MHD_str_w_len |
struct | _MHD_mstr_w_len |
Macros | |
#define | MHD_STATICSTR_LEN_(macro) (sizeof(macro) / sizeof(char) - 1) |
#define | _MHD_S_STR_W_LEN(str) { str, MHD_STATICSTR_LEN_(str) } |
Header for string manipulating helpers types.
Definition in file mhd_str_types.h.
#define _MHD_S_STR_W_LEN | ( | str | ) | { str, MHD_STATICSTR_LEN_(str) } |
Static string initialiser for struct _MHD_str_w_len
Definition at line 66 of file mhd_str_types.h.
#define MHD_STATICSTR_LEN_ | ( | macro | ) | (sizeof(macro) / sizeof(char) - 1) |
Determine length of static string / macro strings at compile time.
Definition at line 33 of file mhd_str_types.h.