Translations of this page?:

getenv

文法:

    #include <cstdlib>
    char *getenv( const char *名前 );

getenv()関数は名前で設定されている環境情報を返します。どのような値が返るかは、環境と実装に強く依存します。もしも名前で設定されている変数がない場合にはNULLが返されます。

関連トピック: system,putenv

 
• • • SitemapRecent changesRSScc