Movatterモバイル変換


[0]ホーム

URL:


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

      getenv

      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.
      getenv
      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>
      constchar*getenv(constchar*env_var);
      Recherche une variable d'environnement avecenv_var nom de l'hôte spécifié par la liste environnement et renvoie des informations qui lui sont associés. L'ensemble des variables d'environnement et les méthodes de l'altérer sont définis par l'implémentation .
      Original:
      Searches for an environmental variable with nameenv_var in the host-specified environment list and returns information associated with it. The set of environmental variables and methods of altering it are implementation-defined.
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      Sommaire

      [modifier]Paramètres

      env_var -
      chaîne de caractères terminée par NULL identifier le nom de la variable d'environnement qu'il faut chercher
      Original:
      null-terminated character string identifying the name of the environmental variable to look for
      The text has been machine-translated viaGoogle Translate.
      You can help to correct and verify the translation. Clickhere for instructions.

      [modifier]Retourne la valeur

      chaîne de caractères identifiant la valeur de la variable d'environnement ouNULL si la variable ne soit pas trouvé .
      Original:
      character string identifying the value of the environmental variable orNULL if such variable is not found.
      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

      Récupérée de «https://fr.cppreference.com/mwiki/index.php?title=c/program/getenv&oldid=47335 »
      Navigation
      Boîte à outils
      • Autres langues

      [8]ページ先頭

      ©2009-2025 Movatter.jp