feat: add thespian_exit to the C API

This commit is contained in:
CJ van den Berg 2026-03-04 20:19:15 +01:00
parent e9998ce127
commit 703e5d5be1
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
2 changed files with 16 additions and 0 deletions

View file

@ -16,6 +16,8 @@ typedef void (*thespian_receiver_dtor)(thespian_behaviour_state);
void thespian_receive(thespian_receiver, thespian_behaviour_state,
thespian_receiver_dtor);
thespian_result thespian_exit(const char *status);
bool thespian_get_trap();
bool thespian_set_trap(bool);
void thespian_link(thespian_handle);