Frees a resource set.
Standard C library (libc.a)
#include <sys/rset.h>
void rs_free(rset)
rsethandle_t rset;
The rs_free subroutine frees a resource set identified by the rset parameter. The resource set must have been allocated by the rs_alloc subroutine
Item | Description |
---|---|
rset | Specifies the resource set whose memory will be freed. |