Name fread
Definition fread(f:val(bfile),data:var(T:type)) : expr(void).
Defined in io.l
Implementation builtin
Description Read enough bytes from the given binary file to fill the variable data.
Note The interpretation of the data depends on the host byte order. Reading strings using this function will not work.