GNU libmicrohttpd 1.0.1
|
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) |
#define | _MHD_S_STR_W_LEN(str) |
Header for string manipulating helpers types.
Definition in file mhd_str_types.h.
#define _MHD_S_STR_W_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 | ) |
Determine length of static string / macro strings at compile time.
Definition at line 33 of file mhd_str_types.h.