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