?? env.3
字號:
.TH env 3.SH NAMEenv \- manage the environment.SH SYNTAX.B #include <env.h>char **\fBenviron\fP;char *\fBenv_get\fP(\fIname\fR);.brchar *\fBenv_pick\fP();char *\fIname\fR;.SH DESCRIPTIONThe environment,.BR environ ,is a 0-terminated array of 0-terminated strings,called environment variables.Each environment variable is of the form.IR name\fB=\fIvalue ..B env_getreturns the value of the first variable whose name is.IR name ,or 0 if there is no such variable..B env_pickreturns any variable in the environment,or 0 if the environment is empty..SH "SEE ALSO"environ(7)
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -