#pragma once #ifdef __cplusplus extern "C" { #endif struct RootConfig { const char* model; }; #ifdef __cplusplus } #endif