/* * thing.h * * Created on: Jul 6, 2018 * Author: jpark */ #ifdef __cplusplus extern "C" { #endif /* __cplusplus */ void init_thing(); #ifdef __cplusplus } #endif /* __cplusplus */