1 2 3 4 5 6 7 8 9 10 11 12 13
#ifndef __INIT_GLOBAL_STATIC_ROOTS_H_ #define __INIT_GLOBAL_STATIC_ROOTS_H_ #ifdef __cplusplus extern "C" { #endif void init_global_static_roots(); #ifdef __cplusplus } #endif #endif // __INIT_GLOBAL_STATIC_ROOTS_H_