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

📄 curl_getenv.3

📁 harvest是一个下载html网页得机器人
💻 3
字号:
.\" You can view this file with:.\" nroff -man [file].\" $Id: curl_getenv.3,v 1.1 2002/03/04 10:09:49 bagder Exp $.\".TH curl_getenv 3 "15 August 2001" "libcurl 7.8.1" "libcurl Manual".SH NAMEcurl_getenv - return value for environment name.SH SYNOPSIS.B #include <curl/curl.h>.sp.BI "char *curl_getenv(const char *" name ");.ad.SH DESCRIPTIONcurl_getenv() is a portable wrapper for the getenv() function, meant toemulate its behaviour and provide an identical interface for all operatingsystems libcurl builds on (including win32)..SH RETURN VALUEIf successful, curl_getenv() returns a pointer to the value of the specifiedenvironment. The memory it refers to is malloc()ed why the application mustfree() this when the data has completed to serve its purpose. When.I curl_getenv()fails to find the specified name, it returns a null pointer..SH NOTEUnder unix operating systems, there isn't any point in returning an allocatedmemory, although other systems won't work properly if this isn't done. Theunix implementation thus have to suffer slightly from the drawbacks of othersystems..SH "SEE ALSO".BR getenv "(3C), ".SH BUGSSurely there are some, you tell me!

⌨️ 快捷键说明

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