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