# 基于流的I/O操作

流I/O是由Ｃ语言的标准函数库提供的，因此也称为标准I/O。标准I/O库及其头文件“stdio.h” 提供了一个全面的面向底层的I/O系统调用的操作界面，使我们能够设置输出数据的格式和扫描处理输入数据，他还负责协调设备的数据缓冲。我们最书序的`printf()`和`scanf()`都是属于基于流的I/O函数。


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://xiaoxiami.gitbook.io/linux-server/wen-jian-cao-zuo/cyu-yan-de-biao-zhun-ku.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
