[ Bottom of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]

Technical Reference: Base Operating System and Extensions, Volume 2

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

rset Specifies the resource set whose memory will be freed.

Related Information

The rs_alloc Subroutine.

[ Top of Page | Previous Page | Next Page | Contents | Index | Library Home | Legal | Search ]