1 2 3 4 5 6
#ifndef MUON_FUNCTIONS_FEATURE_OPT_H #define MUON_FUNCTIONS_FEATURE_OPT_H #include "functions/common.h" extern const struct func_impl_name impl_tbl_feature_opt[]; #endif