#ifndef _STELLAR_PUB_H #define _STELLAR_PUB_H #ifdef __cplusplus extern "C" { #endif #include uint16_t stellar_get_current_thread_index(); #ifdef __cplusplus } #endif #endif