Sets the status variable to a specified value and returns the previous status value
int32_t svrng_set_status( int32_t new_status )
new_status |
The new status. |
The svrng_set_status function sets the status variable to a specific constant value and returns the previous status value. See the Error Handling page for a table of values defined in svrng.h.
Returns the previous status value.