Movatterモバイル変換


[0]ホーム

URL:


cppreference.com
Créer un compte
Espaces de noms
Variantes
    Affichages
    Actions

      exit

      De cppreference.com
      <c‎ |program

      This page has been machine-translated from the English version of the wiki usingGoogle Translate.

      The translation may contain errors and awkward wording. Hover over text to see the original version. You can help to fix errors and improve the translation. For instructions clickhere.

      Click here for the English version of this page

       
       
      Services d'appui aux programmes
      La fin du programme
      Original:
      Program termination
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      abort
      exit
      quick_exit (C++11)
      _Exit (C++11)
      Communiquer avec l'environnement
      Original:
      Communicating with the environment
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      Signaux
      Original:
      Signals
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      Types de signaux
      Original:
      Signal types
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      SIGABRT
      SIGFPE
      SIGILL
      SIGINT
      SIGSEGV
      SIGTERM
      Non-locales sauts
      Original:
      Non-local jumps
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      setjmp
      longjmp
      Types
      Original:
      Types
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      jmp_buf
       
      Déclaré dans l'en-tête<stdlib.h>
      void exit(int exit_code);
      Provoque l'arrêt du programme normal de se produire .
      Original:
      Causes normal program termination to occur.
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      Plusieurs étapes de nettoyage sont effectuées:
      Original:
      Several cleanup steps are performed:
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.
      • responsabilités ont été transférées àatexit sont appelés .
        Original:
        functions passed toatexit are called.
        The text has been machine-translated viaGoogle Translate.
        You can help to correct and verify the translation. Clickhere for instructions.
      • tous les flux de C sont vidés et fermés
        Original:
        all C streams are flushed and closed
        The text has been machine-translated viaGoogle Translate.
        You can help to correct and verify the translation. Clickhere for instructions.
      • fichiers créés partmpfile sont supprimés
        Original:
        files created bytmpfile are removed
        The text has been machine-translated viaGoogle Translate.
        You can help to correct and verify the translation. Clickhere for instructions.
      • le contrôle est renvoyé à l'environnement hôte. Siexit_code estEXIT_SUCCESS, une mise en œuvre définies par le statut, indiquant la fin réussie est retourné. Siexit_code estEXIT_FAILURE, une mise en œuvre définies par le statut, en indiquant la résiliation échec est retourné. Dans d'autres cas définis par l'implémentation valeur d'état est retourné .
        Original:
        control is returned to the host environment. Ifexit_code isEXIT_SUCCESS, an implementation-defined status, indicating successful termination is returned. Ifexit_code isEXIT_FAILURE, an implementation-defined status, indicating unsuccessful termination is returned. In other cases implementation-defined status value is returned.
        The text has been machine-translated viaGoogle Translate.
        You can help to correct and verify the translation. Clickhere for instructions.

      Sommaire

      [modifier]Paramètres

      exit_code -
      quitter l'état du programme
      Original:
      exit status of the program
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      [modifier]Retourne la valeur

      (Aucun)
      Original:
      (none)
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      [modifier]Exemple

      This section is incomplete
      Reason: no example

      [modifier]Voir aussi

      provoque la terminaison anormale du programme (sans nettoyage)
      Original:
      causes abnormal program termination (without cleaning up)
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      (fonction)[edit]
      enregistre une fonction qui sera appelée lors de son invocationexit()
      Original:
      registers a function to be called onexit() invocation
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      (fonction)[edit]
      provoque l'arrêt du programme normal sans complètement nettoyage
      Original:
      causes normal program termination without completely cleaning up
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      (fonction)[edit]
      Récupérée de «https://fr.cppreference.com/mwiki/index.php?title=c/program/exit&oldid=47334 »
      Navigation
      Boîte à outils
      • Autres langues

      [8]ページ先頭

      ©2009-2025 Movatter.jp