subject_22957.htm

来自「一些关于vc的问答」· HTM 代码 · 共 18 行

HTM
18
字号
<p>
序号:22957 发表者:斌 发表日期:2002-11-29 19:09:38
<br>主题:请问memset函数是在哪个库文件下?!
<br>内容:请问memset函数是在哪个库文件下?!多谢!
<br><a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p>
<hr size=1>
<blockquote><p>
<font color=red>答案被接受</font><br>回复者:Norton AntiVirus 回复日期:2002-11-29 19:20:15
<br>内容:memset<BR>Sets buffers to a specified character.<BR><BR>void *memset( void *dest, int c, size_t count );<BR><BR>Routine Required Header Compatibility <BR>memset &lt;memory.h&gt; or &lt;string.h&gt; ANSI, Win 95, Win NT <BR><BR><BR>For additional compatibility information, see Compatibility in the Introduction.<BR><BR>Libraries<BR><BR>LIBC.LIB Single thread static library, retail version <BR>LIBCMT.LIB Multithread static library, retail version <BR>MSVCRT.LIB Import library for MSVCRT.DLL, retail version <BR><BR><BR>Return Value<BR><BR>memset returns the value of dest.<BR><BR>Parameters<BR><BR>dest<BR><BR>Pointer to destination<BR><BR>c<BR><BR>Character to set<BR><BR>count<BR><BR>Number of characters<BR><BR>Remarks<BR><BR>The memset function sets the first count bytes of dest to the character c.<BR>
<br>
<a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p></blockquote>
<hr size=1>
<blockquote><p>
回复者:女巫 回复日期:2002-11-29 19:38:21
<br>内容:不错,好!
<br>
<a href="javascript:history.go(-1)">返回上页</a><br><a href=http://www.copathway.com/cndevforum/>访问论坛</a></p></blockquote>

⌨️ 快捷键说明

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