VSTa manual pages  - EXIT (2)

NAME

exit - terminate current thread

CONTENTS

Synopsis
Description

SYNOPSIS

#include <std.h>
int exit(int status);

DESCRIPTION

The exit() system call causes the current thread to terminate. If it is the last thread in the given process, the process itself terminates. Process termination generally results in a status structure being queued to a parent process; see waits(2).


EXIT (2)
Generated by manServer 1.06 from exit.2 using man macros.