|
NAMEallocrdsins - allocates memory for an instance See the file man1/alc_origin.1. SYNOPSIS#include"rdsnnn.h" rdsins_list ∗allocrdsins() PARAMETERnone DESCRIPTIONAllocates a memory block for rdsins_list structure. Fields contained in the structure are set to NULL for the pointers and 0L for numbers. NOTE: Allocation by block ( see rdsalloc() function ). RETURN VALUEThe pointer to the allocated instance. ERRORS"Rds202: rdsalloc error, can't continue !" it's impossible to allocate the memory size
desired.
EXAMPLE
SEE ALSOlibrds, freerdsins, rdsalloc, rdsfree See the file man1/alc_bug_report.1.
|