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