This repository has been archived on 2025-09-14. You can view files and clone it, but cannot push or open issues or pull requests.
Files
stellar-stellar/include/stellar/stellar.h

18 lines
190 B
C
Raw Normal View History

#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