Q3String_Write
You can use theQ3String_Writefunction to write a string to a file object.
TQ3Status Q3String_Write (const char *data, TQ3FileObject file);
data- A pointer to a string.
file- A file object.
DESCRIPTION
TheQ3String_Writefunction writes the string data pointed to by thedataparameter to the file object specified by thefileparameter. The number of bytes written to the file object is equal toQ3Size_Pad(strlen(data)+1).