curl_free.3
来自「THIS IS HTTP CURL Example」· 3 代码 · 共 19 行
3
19 行
.\" You can view this file with:.\" nroff -man [file].\" $Id: .\".TH curl_free 3 "12 Aug 2003" "libcurl 7.10" "libcurl Manual".SH NAMEcurl_free - reclaim memory that has been obtained through a libcurl call.SH SYNOPSIS.B #include <curl/curl.h>.sp.BI "void curl_free( char *" ptr " );".ad.SH DESCRIPTIONcurl_free reclaims memory that has been obtained through a libcurl call. Usecurl_free() instead of free() to avoid anomalies that can result fromdifferences in memory management between your application and libcurl..SH "SEE ALSO".I curl_unescape(3)
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?