Notes 343 B

123456789
  1. This is currently a very cutdown version of the syslib.
  2. This also currently does nothing about the difference between 'TEXT' and
  3. 'BINARY' modes but I think that this level of operation should be pure
  4. binary, the 'TEXT' mode is more suited to stdio where an "fopen(f, "rb")"
  5. is more reasonable and probably won't break on other OSs.
  6. -Robert.