From: CSRG Date: Fri, 20 May 1983 01:23:57 +0000 (-0800) Subject: BSD 4_3 development X-Git-Tag: BSD-4_3~1805 X-Git-Url: https://git.subgeniuskitty.com/unix-history/.git/commitdiff_plain/ac02b24a85f61ede62d444a61d8abfe56ebbd5d2 BSD 4_3 development Work on file usr/src/usr.lib/libU77/READ_ME Synthesized-from: CSRG/cd1/4.3 --- diff --git a/usr/src/usr.lib/libU77/READ_ME b/usr/src/usr.lib/libU77/READ_ME new file mode 100644 index 0000000000..ce60a9fb29 --- /dev/null +++ b/usr/src/usr.lib/libU77/READ_ME @@ -0,0 +1,29 @@ + + UNIX f77 System Interface Library + February, 1981 + + +This library includes all generally useful system functions that are not +required by the ANSI standard. Some of the original libF77 routines are +here (getarg, getenv, iargc). Some Unix functions are not provided because +they would be very awkward to use from f77 (eg. pipe, popen *). + +The user interface to these functions is different in some cases from the +C equivalent. This is primarily to make them easier to use from FORTRAN. +This library is still expanding, but additions should be judicious. + +Install the sources here in parallel with the libI77 sources. Then: + + make libI77.a + make install + cd man + make install + + + +* These will be added to libI77/f_open in the near future. + +Please send bug reports, fixes, etc. to one of + dlw@g.cc.berkeley (new uucp mailer) + ucbvax!g.dlw (old uucp mailer) + g.dlw@berkeley (arpanet)