rs_free Subroutine

Purpose

Frees a resource set.

Library

Standard C library (libc.a)

Syntax

#include <sys/rset.h>
void rs_free(rset)
rsethandle_t rset;

Description

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

Parameters

Item Description
rset Specifies the resource set whose memory will be freed.