Available in

(1) (1)/ko (1)/zh_CN (1)/zh_TW (1grass) (1posix) (2) (2)/de (2)/es (2)/fr (2)/ja (2)/ko (2)/nl (2)/pl (3) (3)/cs (3)/de (3)/es (3)/fr (3)/it (3)/ja (3)/pl (3)/pt (3)/zh_CN (3)/zh_TW (3c) (3posix) (3tcl) (3tcl)/zh_CN (3tcl)/zh_TW (7) (n)

TOC

EXIT(3)                   Manual do Programador Linux                  EXIT(3)



NOME

       exit - causa o trmino normal do programa

SINOPSE

       #include <stdlib.h>

       void exit(int status);

DESCRIO

       A  funo  exit()  causa  o trmino normal do programa e o valor de status
       retornado ao pai.  Todas as funes registradas com atexit() e  on_exit()
       so  chamadas  na  ordem  inversa  em  que foram registradas, e todos os
       arquivos abertos so descarregados e fechados.

VALOR DE RETORNO

       A funo exit() no retorna.

DE ACORDO COM

       SVID 3, POSIX, BSD 4.3, ISO 9899

VEJA TAMBM

       _exit(2), atexit(3), on_exit(3)

TRADUO E REVISO PARA A LNGUA PORTUGUESA

       Felipe      Pereira       <Felipe.Pereira [AT] ic.br>       (traduo)
       xxxxxxxxxxxxxxxxxxxx <em [AT] il-revisor.br> (reviso)



GNU                               02/04/1993                           EXIT(3)

COMMENTS

Add your comment here. Whitespace and linebreaks are preserved. URLs are linked automatically.
CAPTCHA

No HTML allowed. URLs will be linked with nofollow attribute. Whitespace is preserved.