C語言中的stdout 是一個定義在<stdio.h>的宏(macro),它展開到一個FILE* (“指向FILE 的指針”)類型的 ... fputs(str,p); } int main() { func(stdout); return 0; }.
確定! 回上一頁