SAI(3) Library Functions Manual SAI(3) NAME sami - simple actor model implementation SYNOPSIS #include int SAMI_make(SAMI *actor, SAMI_Handler *handler); int SAMI_send(SAMI *actor, void *buf, size_t length); int SAMI_kill(SAMI *actor); SAMI * SAMI_parent(void); DESCRIPTION sami is a library for handling actors. It uses fork(2) for making actors, and unix(7) sockets for message delivering. RETURN VALUE Functions usually return 0 on success, and any other number on failure. Consider checking errno(7) in the latter case. SAMI_parent() returns a valid pointer. SEE ALSO fork(2), unix(7) AUTHORS Nakidai Perumenei Linux 6.14.7-arch2-1 August 29, 2025 Linux 6.14.7-arch2-1