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[文件结束],它都返回NULL,这是在stdio.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中定义的常数)时,就会发生缓冲区溢出情况。