next up previous contents [pdf] index

Next: Input parameters Up: sf_warning Previous: Call

Definition

void sf_warning( const char *format, ... )
/*< Outputs a warning message to stderr. 
---
Format and variable arguments follow printf convention. Additionally, a ':' at
the end of format adds system information for system errors. >*/
{
   ...
}




2011-07-02