mirror of
https://github.com/pocketpy/pocketpy
synced 2025-10-20 11:30:18 +00:00
fix doc according to https://github.com/pocketpy/pocketpy/pull/366
This commit is contained in:
parent
cd53a746f4
commit
b0c1fe5b13
@ -90,7 +90,8 @@ enum py_CompileMode { EXEC_MODE, EVAL_MODE, SINGLE_MODE };
|
||||
|
||||
/// Initialize pocketpy and the default VM.
|
||||
PK_API void py_initialize();
|
||||
/// Finalize pocketpy and free all VMs.
|
||||
/// Finalize pocketpy and free all VMs. This opearation is irreversible.
|
||||
/// After this call, you cannot use any function from this header anymore.
|
||||
PK_API void py_finalize();
|
||||
/// Get the current VM index.
|
||||
PK_API int py_currentvm();
|
||||
|
Loading…
x
Reference in New Issue
Block a user