#pragma once #ifdef __cplusplus extern "C" { #endif int feature_has(const char *name); #ifdef __cplusplus } #endif