sgs_WriteErrorInfo [function]

void sgs_WriteErrorInfo( sgs_Context* C, int flags, sgs_ErrorOutputFunc func, void* ctx, int type, const char* msg )

Writes error info using the error output function specified.

The error output function type has the following definition:

typedef int (*sgs_ErrorOutputFunc) ( void*, const char*, ... );