nit
This commit is contained in:
@@ -92,10 +92,7 @@ return code 1.
|
|||||||
- **How to print error messages:** On any error, you should print the
|
- **How to print error messages:** On any error, you should print the
|
||||||
error to the screen using `fprintf()`, and send the error message to
|
error to the screen using `fprintf()`, and send the error message to
|
||||||
`stderr` (standard error) and not `stdout` (standard output). This
|
`stderr` (standard error) and not `stdout` (standard output). This
|
||||||
is accomplished in your C code as follows:
|
is accomplished in your C code as follows: `fprintf(stderr, "whatever the error message is\n");`
|
||||||
```
|
|
||||||
fprintf(stderr, "whatever the error message is\n");
|
|
||||||
```
|
|
||||||
|
|
||||||
|
|
||||||
## Useful Routines
|
## Useful Routines
|
||||||
|
|||||||
Reference in New Issue
Block a user