Name fwrite
Definition fwrite(f:val(bfile),data:val(T:type)) : expr(void).
Defined in io.l
Implementation builtin
Description Write bytes to the given binary file from data.
Note The representation of the data used depends on the host byte order. Writing strings using this function will not work.