Browse Source

Document %m

tags/v0.9.3
Michael Brown 19 years ago
parent
commit
127362581f
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      src/core/vsprintf.c

+ 1
- 0
src/core/vsprintf.c View File

26
 		%d	- decimal int
26
 		%d	- decimal int
27
 		%c	- char
27
 		%c	- char
28
 		%s	- string
28
 		%s	- string
29
+		%m	- string representation of the most recent error
29
 		%@	- Internet address in ddd.ddd.ddd.ddd notation
30
 		%@	- Internet address in ddd.ddd.ddd.ddd notation
30
 		%!	- Ethernet address in xx:xx:xx:xx:xx:xx notation
31
 		%!	- Ethernet address in xx:xx:xx:xx:xx:xx notation
31
 	Note: width specification ignored
32
 	Note: width specification ignored

Loading…
Cancel
Save