1
0
mirror of https://github.com/Aexiar/c.git synced 2024-10-22 12:05:45 +00:00
This commit is contained in:
许大仙 2024-08-26 13:43:39 +08:00
parent 1383ab55bc
commit 704e2d01e9
3 changed files with 5 additions and 1 deletions
docs/notes/01_c-basic/02_xdx

Binary file not shown.

Before

(image error) Size: 17 KiB

File diff suppressed because one or more lines are too long

After

(image error) Size: 80 KiB

@ -386,7 +386,7 @@ int printf (const char *__format, ...) {
* `printf` 的标准含义是格式化输出文本,来源于 `print formatted格式化打印`的缩写,其语法规则,如下所示:
![](./assets/14.png)
![](./assets/14.svg)
> [!NOTE]
>