bump
This commit is contained in:
parent
806c652158
commit
48f5cbcdc0
|
@ -5,14 +5,14 @@
|
|||
|
||||
## Parameters
|
||||
|
||||
|Parameters |Type |Passed as
|
||||
|Parameters |Type |Passed as |
|
||||
|-----------------|-------------------------------------------|-----------|
|
||||
%d decimal (int) value
|
||||
%u unsigned decimal (unsigned int) value
|
||||
%x hexadecimal (unsigned int) value
|
||||
%p hexadecimal (unsigned int), nice layout value
|
||||
%s string ((const) (unsigned) char*) reference
|
||||
%n write the number of bytes ypu put in, (*int) reference
|
||||
| %d | decimal (int) | value |
|
||||
| %u | unsigned decimal (unsigned int) | value |
|
||||
| %x | hexadecimal (unsigned int) | value |
|
||||
| %p | hexadecimal (unsigned int), nice layout | value |
|
||||
| %s | string ((const) (unsigned) char*) | reference |
|
||||
| %n | write the number of bytes ypu put in, (*int) | reference |
|
||||
|
||||
## Offset
|
||||
|
||||
|
|
Loading…
Reference in New Issue