Next: x1f4_link_e2list, Previous: x1f4_init_e2list, Up: Scoped Resource Allocation Manager Functions [Index]
extern int x1f4_line_e2list (void **e2list, void *e2line, int pre);
The x1f4_line_e2list
function constructs an allocation manager as
requested by the x1f4_e2line_type
e2line
record and stores the
address of the construct at the e2list
address. It preallocates
temporaries memory if pre
is not zero.
The function returns 0
for success, non zero for failure.