Next: x1f4_cast_node, Previous: x1f4_auto_node, Up: Temporaries Registration Functions [Index]
extern int x1f4_auto_text (struct x1f4_frame_type *frame, struct x1f4_track_type *track, const char *text, unsigned size, void *output);
The x1f4_auto_text
function creates a temporary copy of the size
long string stored at text
and stores its address at output
. The
frame
temporaries allocator is used for the memory allocation and the
track
error reporter for reporting failures.
See Temporaries.
The function returns 0
for success, non zero for failure.