apr__want_8h.html
来自「apr函数库使用手册」· HTML 代码 · 共 39 行
HTML
39 行
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Apache Portable Runtime: apr_want.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.3.7 -->
<div class="qindex"><a class="qindex" href="index.html">Main Page</a> | <a class="qindex" href="modules.html">Modules</a> | <a class="qindex" href="annotated.html">Data Structures</a> | <a class="qindex" href="files.html">File List</a> | <a class="qindex" href="functions.html">Data Fields</a> | <a class="qindex" href="globals.html">Globals</a> | <a class="qindex" href="pages.html">Related Pages</a></div>
<h1>apr_want.h File Reference</h1>APR Standard Headers Support.
<a href="#_details">More...</a>
<p>
<code>#include "apr.h"</code><br>
<p>
<a href="apr__want_8h-source.html">Go to the source code of this file.</a><table border=0 cellpadding=0 cellspacing=0>
<tr><td></td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
APR Standard Headers Support.
<p>
<pre>
Features:</pre><p>
<pre> APR_WANT_STRFUNC: strcmp, strcat, strcpy, etc
APR_WANT_MEMFUNC: memcmp, memcpy, etc
APR_WANT_STDIO: <stdio.h> and related bits
APR_WANT_IOVEC: struct iovec
APR_WANT_BYTEFUNC: htons, htonl, ntohl, ntohs</pre><p>
<pre> Typical usage:</pre><p>
<pre> #define APR_WANT_STRFUNC
#define APR_WANT_MEMFUNC
#include "apr_want.h"</pre><p>
<pre> The appropriate headers will be included.</pre><p>
<pre> Note: it is safe to use this in a header (it won't interfere with other
headers' or source files' use of <a class="el" href="apr__want_8h.html">apr_want.h</a>)
</pre><hr size="1"><address style="align: right;"><small>Generated on Mon Feb 7 13:18:25 2005 for Apache Portable Runtime by
<a href="../../../www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border=0 ></a> 1.3.7 </small></address>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?