Next: , Previous: , Up: Scoped Resource Allocation Manager Functions   [Index]


13.3.3.5 x1f4_line_e2list

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.

See struct x1f4_e2line_type.

The function returns 0 for success, non zero for failure.