/
githubmirror
/
libmicrohttpd
Обзор
Документация
Войти
/
githubmirror
/
libmicrohttpd
Код
Запросы
0
Пакеты
0
Релизы
0
Аналитика
Безопасность
stf-m2
scripts/options_macro.template
13 строк
355 B
Evgeny Grin (Karlson2k)
script: added response options
08 апр 2024, 02:53
Не верифицирован
08 апр 2024, 02:53
e237adc
Код
Авторство
О чём код?
/** {{SComment}} * @return the object of struct MHD_{{hdr_marker}}OptionAndValue with the requested * values */ # define {{SName}}({{MArguments}}) \ MHD_NOWARN_COMPOUND_LITERALS_ \ (const struct MHD_{{hdr_marker}}OptionAndValue) \ { \ .opt = ({{EName}}), \ {{CLBody}} \ } \ MHD_RESTORE_WARN_COMPOUND_LITERALS_