% CGC Application Binary Interface
_terminate - terminate the execution of a program
library "libcgc"
#include <libcgc.h>
void _terminate(int status)
The _terminate system call terminates a process. All file descriptors open in the process are flushed and closed. The scoring system is notified of the value of status.
The _terminate function is invoked through system call number 1.
The _terminate system call never returns.
allocate(2), cgcabi(2), deallocate(2), fdwait(2), random(2), receive(2), transmit(2)