Go to the first, previous, next, last section, table of contents.


getenv

getenv(name)
:: 環境変数の値を返す.
return
name
文字列

[0] getenv("HOME");
/home/pcrf/noro


Go to the first, previous, next, last section, table of contents.