mirror of
https://github.com/reactos/syzkaller.git
synced 2025-02-27 07:05:30 +00:00
Update syscall_descriptions_syntax.md
clarify size of intptr
This commit is contained in:
parent
2f93b54f26
commit
6cbe7c26d5
@ -75,9 +75,9 @@ flagname = "\"" literal "\"" ["," "\"" literal "\""]*
|
||||
|
||||
## Ints
|
||||
|
||||
You can use `int8`, `int16`, `int32`, `int64` and `int64` to denote an integer of the corresponding size.
|
||||
`int8`, `int16`, `int32` and `int64` denote an integer of the corresponding size. `intptr` denotes a pointer-sized integer, i.e. C `long` type.
|
||||
|
||||
By appending `be` suffix (like `int16be`) integers become big-endian.
|
||||
By appending `be` suffix (e.g. `int16be`) integers become big-endian.
|
||||
|
||||
It's possible to specify range of values for an integer in the format of `int32[0:100]`.
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user