Skip to content

Commit a063ce3

Browse files
author
Amanda Butler
authored
Update heading in printf.md
Fix heading level for rendering.
1 parent 268759b commit a063ce3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/tutorials/optimize/memory/printf.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# printf and reducing memory
1+
## printf and reducing memory
22

33
The standard library family of `printf` (`printf`, `sprintf`, `fprintf` and so on) calls takes a lot of code space. This is because there are multiple format specifiers, and it is not possible to optimize the code at build time. Even a single `printf` call in your application pulls in the entire standard library.
44

0 commit comments

Comments
 (0)