This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Functions | |
| void | sic_perror (const char *s) |
| Sic version of the perror system call with call to exit. | |
| void | sic_pwarning (const char *s) |
| Sic version of the perror system call. | |
| void sic_perror | ( | const char * | s | ) |
Sic version of the perror system call with call to exit.
| [in] | s | is the prefix of the message. |
Definition at line 22 of file sic_error.c.
References sic_do_exit(), and sic_get_current_task_id().
Referenced by run_xremote(), sic_launch(), and xgag_detach().
Here is the call graph for this function:

Here is the caller graph for this function:

| void sic_pwarning | ( | const char * | s | ) |
Sic version of the perror system call.
| [in] | s | is the prefix of the message. |
Definition at line 55 of file sic_error.c.
References sic_get_current_task_id().
Referenced by sic_terminate().
Here is the call graph for this function:

Here is the caller graph for this function:

1.5.1