next up previous contents [pdf] index

Next: Input parameters Up: sf_error Previous: Call

Definition

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. >*/
{
   ...
}




2011-07-02