Home
last modified time | relevance | path

Searched refs:foo_no_args (Results 1 – 1 of 1) sorted by relevance

/hal_espressif-latest/components/esp_common/include/
Desp_macros.h84 #define foo_no_args() 2 macro
86 #define foo(...) CHOOSE_MACRO_VA_ARG(foo_args, foo_no_args __VA_OPT__(,) __VA_ARGS__)(__VA_ARGS__)
88 #define foo(...) CHOOSE_MACRO_VA_ARG(foo_args, foo_no_args, ##__VA_ARGS__)(__VA_ARGS__)
99 #undef foo_no_args