Re: exit()

From: David Schwartz (davids_at_webmaster.com)
Date: 09/29/03

  • Next message: Loic Domaigne: "Re: exit()"
    Date: Mon, 29 Sep 2003 14:37:46 -0700
    
    

    "Christopher Benson-Manica" <ataru@nospam.cyberspace.org> wrote in message
    news:bla33j$1ac$1@chessie.cirr.com...

    > The man page for exit() claims that it ends the current process. Does it
    > really mean the process (i.e., the current execution context/thread and
    all
    > associated contexts/threads) or just the current execution context?

        It means the current process, including all associated threads.

        DS


  • Next message: Loic Domaigne: "Re: exit()"