mirror of
https://github.com/apache/nuttx.git
synced 2026-05-21 04:52:02 +08:00
include/inttypes.h: Appease nxstyle
This commit is contained in:
committed by
Xiang Xiao
parent
6e3551866c
commit
4c33d608d2
+7
-6
@@ -60,12 +60,13 @@
|
||||
* modifier, suitable for use within the format argument of a formatted
|
||||
* input/output function when converting the corresponding integer type.
|
||||
* These macros have the general form of PRI (character string literals for
|
||||
* the fprintf() and fwprintf() family of functions) or SCN (character string
|
||||
* literals for the fscanf() and fwscanf() family of functions), followed by
|
||||
* the conversion specifier, followed by a name corresponding to a similar
|
||||
* type name in <stdint.h>. In these names, N represents the width of the
|
||||
* type as described in <stdint.h>. For example, PRIdFAST32 can be used in a
|
||||
* format string to print the value of an integer of type int_fast32_t.
|
||||
* the fprintf() and fwprintf() family of functions) or SCN (character
|
||||
* string literals for the fscanf() and fwscanf() family of functions),
|
||||
* followed by the conversion specifier, followed by a name corresponding
|
||||
* to a similar type name in <stdint.h>. In these names, N represents the
|
||||
* width of the type as described in <stdint.h>. For example, PRIdFAST32
|
||||
* can be used in a format string to print the value of an integer of type
|
||||
* int_fast32_t.
|
||||
*
|
||||
* "The fprintf() macros for signed integers are:
|
||||
*
|
||||
|
||||
Reference in New Issue
Block a user