Index:
[thread]
[date]
[subject]
[author]
From: Angelique Coviello <amc1@duke.edu>
To :
Date: Tue, 2 Feb 1999 22:50:44 -0500
Re: Exit command?
>
> From "man -s 3c exit":
>
> NAME
> exit, _exithandle - terminate process
>
> SYNOPSIS
> #include <stdlib.h>
>
> void exit(int status);
>
Yeah, I got that much from man. I just wasn't clear on whether it would
quit the whole program if I put it in a seperate class, or whether it
just exits the call to that class.
Thanks.
Angel
Index:
[thread]
[date]
[subject]
[author]