sgs_SetErrno [function alias]
int sgs_SetErrno( sgs_Context* C, int err )
Sets a specific value err
to the internal errno variable.
- Alias to
sgs_Cntl( C, SGS_CNTL_SET_ERRNO, err )
.
err
to the internal errno variable.sgs_Cntl( C, SGS_CNTL_SET_ERRNO, err )
.