#ifndef _STELLAR_PUB_H
#define _STELLAR_PUB_H
#ifdef __cplusplus
extern "C"
{
#endif
#include <stdint.h>
uint16_t stellar_get_current_thread_index();
}