|
NAMEaddrdsfig - adds a figure See the file man1/alc_origin.1. SYNOPSIS#include"rdsnnn.h" rdsfig_list ∗addrdsfig( Name, Size ) PARAMETERDESCRIPTIONThe addrdsfig function adds a new figure called 'Name' to the head
of figures's list and becomes itself the list head (HEAD_RDSFIG pointer).
Note : Name allocation is done with the namealloc() MBK function. If user structure isn't defined, the user has to set parameter 'Size' to 0L. RETURN VALUEPointer to the newly created figure.It's also the HEAD_RDSFIG pointer. ERRORS"Rds202: rdsalloc error, can't continue !" it's impossible to allocate the memory size desired
EXAMPLE
SEE ALSOlibrds, delrdsfig, viewrdsfig See the file man1/alc_bug_report.1.
|