#ifdef __cplusplus extern "C" { #endif struct mesh { unsigned int vtx; unsigned int idx; unsigned int length; }; #ifdef __cplusplus } #endif