This is the Fork95 standard library.
====================================

Note: Some routines of minor importance that
      you may expect from the standard C library 
      are not yet implemented (e.g., some 
      math.h routines, string matching, or
      some I/O routines).
      
Note: Some routines, in particular I/O routines
      when applied to "extremal" situations, have
      not yet been fully tested. Please report
      bugs to kessler@psi.uni-trier.de. Thanks!

Note: The I/O library files io.c and print.c
      should not be compiled with the -T option.
      This produces strange output sometimes,
      as the macros used e.g. in print.c seem to
      be not compatible with the instrumentation
      code introduced due to -T compilation.
      
      As I/O is rather of peripheral interest
      for the memory access analysis of parallel 
      algorithms, this should not be a problematic
      restriction.

--- C. Kessler, 990215

