stdio

stdio

 英

  • 网络标准输入输出;标准输入输出库;标准输入输出函数

例句

Read the man pages for stdio, and for all the system calls and functions used in this article.

参阅stdiot以及本文使用所有系统调用函数手册

Libcurl, like libjpeg, prefers to work on a stdio FILE object instead of a memory buffer.

libjpeg一样Libcurl用于处理stdioFILE对象而不是内存缓冲区

It returns NULL, defined in stdio. h, for either error or EOF [end-of-file]; after the loop, we check for which one occurred.

对于错误EOF[文件结束],返回NULLstdio.h定义循环结束我们检查究竟情况

Error messages (used in debugging) are printed to standard error, using stdio.

错误消息调试使用用来打印标准错误使用stdio文件

For this to compile, you'll want to add an include statement as well for stdio. h.

为了正常编译需要添加一个includestdio.h声明

Pipes are one [way], and yes, stdio is redirected to pipes for sub VMs.

管道其中方式之一是的对于虚拟stdio重定向管道

This can happen if the string copied into s1 is longer than the allocated size of s1, which is BUFSIZ (a constant defined in stdio. h).

复制s1字符串长于s1分配大小BUFSIZE一个stdio.h定义常数发生缓冲区溢出情况