mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 19:40:18 +00:00
Update name.h
This commit is contained in:
parent
da6c2b35bb
commit
6de065899a
@ -2,6 +2,10 @@
|
||||
|
||||
#include "pocketpy/pocketpy.h"
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
void pk_names_initialize();
|
||||
void pk_names_finalize();
|
||||
|
||||
@ -12,4 +16,8 @@ void pk_names_finalize();
|
||||
py_Name py_namev(c11_sv name);
|
||||
c11_sv py_name2sv(py_Name index);
|
||||
py_Name py_name(const char* name);
|
||||
const char* py_name2str(py_Name index);
|
||||
const char* py_name2str(py_Name index);
|
||||
|
||||
#ifdef __cplusplus
|
||||
} // extern "C"
|
||||
#endif
|
||||
|
Loading…
x
Reference in New Issue
Block a user