|
NAMEallocrdsfig - allocs memory for a figure See the file man1/alc_origin.1. SYNOPSIS#include "rdsnnn.h" rdsfig_list ∗allocrdsfig() PARAMETERnone DESCRIPTIONThe allocrdsfig function allocates a memory block for rdsfig_list structure. Fields contained in the structure are set to NULL for pointers or 0L for numbers. RETURN VALUEallocrdsfig returns a pointer to the rdsfig_list structure allocated. ERRORS"Rds202: rdsalloc error, can't continue !" it's impossible to allocate the memory size
desired.
EXAMPLE
SEE ALSOlibrds, rdsalloc, rdsfree, freerdsfig See the file man1/alc_bug_report.1.
|