binio-fputstring | ![]() ![]() |
(binio-fputstring <ostream> <str>|<list-of-str>)
Writes a single string or a list of those to an open output stream, opened with (binio-fopen fn "w"), (binio-fopen fn "rw") or (binio-fopen fn "a").
Dependant on an external library: so far only binio.fas for ViLL or vlisp
ostream: internal object representation of a binary file, opened for output.
str: either a single string or a list of strings
Currently unspecified
Writes data to an open stream and advances the file pointer.
(std-require-external 'BINIO)
Defined in BINIO