Fixed a typo
This commit is contained in:
parent
5f470d408d
commit
93ebe4a396
1 changed files with 1 additions and 1 deletions
|
@ -125,7 +125,7 @@ This actually consists of two steps.
|
||||||
|
|
||||||
@s Generate message
|
@s Generate message
|
||||||
|
|
||||||
Pretty straight forward. We need a buffer and then we just append all arguments, beginning with `argv[1]`, seperated by spaces.
|
Pretty straight forward. We need a buffer and then we just append all arguments, beginning with `argv[1]`, separated by spaces.
|
||||||
|
|
||||||
--- variables local to main +=
|
--- variables local to main +=
|
||||||
char msg[BUFSIZ];
|
char msg[BUFSIZ];
|
||||||
|
|
Loading…
Add table
Reference in a new issue