⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 getenv.3

📁 操作系统设计与实现源码
💻 3
字号:


GETENV(3)                 Minix Programmer's Manual                  GETENV(3)


NAME
     getenv - value for environment name

SYNOPSIS
     #include <stdlib.h>

     char *getenv(const char *name)

DESCRIPTION
     Getenv searches the environment list (see environ(7)) for a string of the
     form  name=value  and  returns  a  pointer  to the string value if such a
     string is present, otherwise getenv returns the null pointer.

SEE ALSO
     environ(7), execve(2).





































                                May 15, 1985                                 1

⌨️ 快捷键说明

复制代码 Ctrl + C
搜索代码 Ctrl + F
全屏模式 F11
切换主题 Ctrl + Shift + D
显示快捷键 ?
增大字号 Ctrl + =
减小字号 Ctrl + -