Skip to content

Commit 2622dd1

Browse files
committed
printf: Write more doxygen documentation to printf() interface.
1 parent a0ea319 commit 2622dd1

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/libc-headers/stdio.h

+8
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,14 @@ _EXTERN_C_DECL_BEGIN
2323
*
2424
* This function is fully reentrant. No locking mechanism is provided.
2525
*
26+
* # Flag characters
27+
*
28+
* **0** The value should be zero-padded.
29+
*
30+
* # Field width
31+
*
32+
* A decimal digit string can be used to specify a minimum fild width.
33+
*
2634
* # Conversion specifiers
2735
*
2836
* The following conversion specifiers are currently allowed:

0 commit comments

Comments
 (0)