stdio.h defines BUFSIZ
[unix-history] / usr / src / usr.bin / f77 / libU77 / READ_ME
CommitLineData
1d2b680b
KB
1
2 UNIX f77 System Interface Library
3 February, 1981
4
5
6This library includes all generally useful system functions that are not
7required by the ANSI standard. Some of the original libF77 routines are
8here (getarg, getenv, iargc). Some Unix functions are not provided because
9they would be very awkward to use from f77 (eg. pipe, popen *).
10
11The user interface to these functions is different in some cases from the
12C equivalent. This is primarily to make them easier to use from FORTRAN.
13This library is still expanding, but additions should be judicious.
14
15Install the sources here in parallel with the libI77 sources. Then:
16
17 make libI77.a
18 make install
19 cd man
20 make install
21
22
23
24* These will be added to libI77/f_open in the near future.
25
26Please send bug reports, fixes, etc. to one of
27 dlw@g.cc.berkeley (new uucp mailer)
28 ucbvax!g.dlw (old uucp mailer)
29 g.dlw@berkeley (arpanet)