Skip to content

Latest commit

 

History

History
22 lines (12 loc) · 219 Bytes

process_exit.md

File metadata and controls

22 lines (12 loc) · 219 Bytes

mx_process_exit

NAME

process_exit - Exits the currently running process.

SYNOPSIS

#include <magenta/syscalls.h>

void mx_process_exit(void);

DESCRIPTION

RETURN VALUE

ERRORS

SEE ALSO