Update Stellar export header and add stellar_get_current_thread_index() function
This commit is contained in:
17
include/stellar/stellar.h
Normal file
17
include/stellar/stellar.h
Normal file
@@ -0,0 +1,17 @@
|
||||
#ifndef _STELLAR_PUB_H
|
||||
#define _STELLAR_PUB_H
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C"
|
||||
{
|
||||
#endif
|
||||
|
||||
#include <stdint.h>
|
||||
|
||||
uint8_t stellar_get_current_thread_index();
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
#endif
|
||||
Reference in New Issue
Block a user