Commit Graph

1 Commits

Author SHA1 Message Date
Julien Fischer
69dbd420d9 Add predicates for binary I/O of int8s and uint8s.
Add predicates for reading and writing int8s and uint8s with binary file
streams.

Document the predicates that are used to write fixed size integer types
to text file streams properly.

library/io.m:
     As above.

tests/hard_coded/Mmakefile:
tests/hard_coded/write_binary_uint8.{m,exp}:
tests/hard_coded/write_binary_int8.{m,exp}:
     Test the new predicates.
2017-09-21 10:52:26 -04:00