|
|
|
|
Madagascar Programming Reference Manual |
|
|
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. >*/
{
...
}