mirror of
https://github.com/pkivolowitz/asm_book.git
synced 2026-06-23 23:46:48 +08:00
Update README.md
This commit is contained in:
parent
1f1a730d9e
commit
c5389fa7b1
1 changed files with 1 additions and 1 deletions
|
|
@ -189,7 +189,7 @@ that tells the function how many parameters were actually given.
|
||||||
|
|
||||||
For example:
|
For example:
|
||||||
|
|
||||||
`printf("%d is a number.\n");`
|
`printf("%d is a number.\n", 9);`
|
||||||
|
|
||||||
There is but one `%` place holder in this text. This tells `printf()`
|
There is but one `%` place holder in this text. This tells `printf()`
|
||||||
that in addition to the string there is but one more parameter to be
|
that in addition to the string there is but one more parameter to be
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue