GETENV.3
资源名称:os_source.zip [点击查看]
上传用户:datang2001
上传日期:2007-02-01
资源大小:53269k
文件大小:1k
源码类别:
操作系统开发
开发平台:
C/C++
- 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