|
|
|
|
Madagascar Programming Reference Manual |
|
|
void sf_error( const char *format, ... )
/*< Outputs an error message to stderr and terminates the program.
---
Format and variable arguments follow printf convention. Additionally, a ':' at
the end of format adds system information for system errors. >*/
{
...
}