|
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
|