17 Reading and Writing File Data
Q3String_Write
function 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.
Q3String_Write
function writes the string data pointed to by the data
parameter to the file object specified by the file
parameter. The number of bytes written to the file object is equal to Q3Size_Pad(strlen(data)+1)
.
Let us know what you think of these prototype pages.
Generated with Harlequin WebMaker