...
Code Block | ||
---|---|---|
| ||
char const *error_msg = "Error occurredResource not available to user."; /* ... */ printf("Error (%s): %s", error_msg); |
...
...
Code Block | ||
---|---|---|
| ||
char const *error_msg = "Error occurredResource not available to user."; /* ... */ printf("Error (%s): %s", error_msg); |
...