vle-write-float


(vle-write-float  fptr  value)

writes a "float 32 bit" to file (same as C++ "float" type)

Arguments

fptr' file pointer as returned by (open <filename> "rb")

value  Lisp floating point value to write to file (must be in 32 bit floating point range)

Return

value, if successful, NIL otherwise



©  Bricsys NV. All rights reserved.