|  |  
 |   |   
 NAMEfreerdsfig - frees memory associated to a figure See the file man1/alc_origin.1. SYNOPSIS#include "rdsnnn.h" void freerdsfig( Figure ) PARAMETER
 DESCRIPTIONThis function free the memory associated to the figure. Memory place used by the Pointers of the rdsfig_list structure is not free so the user has to free these pointers before calling the freerdsfig function. RETURN VALUEnothing ERRORSnone EXAMPLE
#include "mutnnn.h"
#include "rdsnnn.h"
#include "rtlnnn.h"
	    main()
	     {
	       rdsfig_list ∗Figure;
SEE ALSOlibrds, allocrdsfig See the file man1/alc_bug_report.1. 
 
 |