README 796 B

1234567891011121314151617181920212223242526272829
  1. DIRECTORY HIERARCHY:
  2. This directory hierarchy has the source of Sfio, the Safe/Fast I/O library.
  3. . : source code for Sfio.
  4. ./Sfio_f: function versions of sfio macros.
  5. SOFTWARE CONSTRUCTION:
  6. Two sets of libraries will be built:
  7. libsfio.a and libstdio.a: for uni-threaded applications, and
  8. libsfio-mt.a and libstdio-mt.a: for multi-threaded applications.
  9. Depending on the local platform, an application using the multi-threaded
  10. libraries may need to specify a thread library for linkage. For example,
  11. below are the known requirements for a few popular platforms:
  12. Irix, Linux, Solaris systems: -lpthread
  13. Hpux: -lcma
  14. BSD: none
  15. CORRESPONDENCE:
  16. Comments, etc. should be sent to:
  17. Phong Vo
  18. AT&T Labs - Research
  19. 180 Park Avenue
  20. Florham Park, NJ 07932
  21. e-mail: [email protected]