mirror of
https://github.com/carlospolop/hacktricks
synced 2024-11-14 08:57:55 +00:00
commit
93890004fb
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ and you would read from the first to the forth param.
|
||||||
Or you could do:
|
Or you could do:
|
||||||
|
|
||||||
```c
|
```c
|
||||||
printf("$4%x")
|
printf("%4$x")
|
||||||
```
|
```
|
||||||
|
|
||||||
and read directly the forth.
|
and read directly the forth.
|
||||||
|
|
Loading…
Reference in a new issue