vle-write-int8-be

Parent Previous Next

vle-write-int8-be


(vle-write-int8-be  fptr  value)

writes a "signed integer 8 bit" to file (same as C++ "char / int8" type);
for an 8 bit value, both Little and Big Endian are identical, function is provided for completeness only

Arguments

'fptr'  file pointer as returned by (open <filename> "rb")
'value'  Lisp integer value to write to file (must be in 8 bit range)

Return

value, if successful, NIL otherwise




©  Menhirs NV. All rights reserved.