stdio
美
英 
- 網(wǎng)絡(luò)標(biāo)準(zhǔn)輸入輸出;標(biāo)準(zhǔn)輸入輸出庫(kù);標(biāo)準(zhǔn)輸入輸出函數(shù)
例句
Read the man pages for stdio, and for all the system calls and functions used in this article.
請(qǐng)參閱stdiot以及本文中使用的所有系統(tǒng)調(diào)用和函數(shù)的手冊(cè)頁。
Libcurl, like libjpeg, prefers to work on a stdio FILE object instead of a memory buffer.
與libjpeg一樣,Libcurl用于處理stdioFILE對(duì)象,而不是內(nèi)存緩沖區(qū)。
It returns NULL, defined in stdio. h, for either error or EOF [end-of-file]; after the loop, we check for which one occurred.
對(duì)于錯(cuò)誤或EOF[文件結(jié)束],它都返回NULL,這是在stdio.h中定義的;循環(huán)結(jié)束后,我們會(huì)檢查究竟是哪種情況。
Error messages (used in debugging) are printed to standard error, using stdio.
錯(cuò)誤消息(在調(diào)試時(shí)使用)用來打印標(biāo)準(zhǔn)錯(cuò)誤,它使用的是stdio頭文件。
For this to compile, you'll want to add an include statement as well for stdio. h.
為了正常編譯,你會(huì)需要添加一個(gè)includestdio.h的聲明。
Pipes are one [way], and yes, stdio is redirected to pipes for sub VMs.
管道是其中(的方式)之一。是的,對(duì)于子虛擬機(jī),stdio會(huì)被重定向到管道。
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).
當(dāng)復(fù)制到s1的字符串長(zhǎng)于s1的分配大小(即BUFSIZE,一個(gè)在stdio.h中定義的常數(shù))時(shí),就會(huì)發(fā)生緩沖區(qū)溢出情況。