📄 readme
字号:
19970811 -*-text-*-g77 libU77----------This directory contains an implementation of most of the `traditional'Unix libU77 routines, mostly an interface to libc and libm routinesand some extra ones for time and date etc. It's intended for use withg77, to whose configuration procedure it's currently tied, but shouldbe compatible with f2c otherwise, if using the same f2c.h.The contents of libU77 and its interfaces aren't consistent acrossimplementations. This one is mostly taken from documentation for (anold version of) the Convex implementation and the v2 SunPro one.As of g77 version 0.5.20, most of these routines have been madeinto g77 intrinsics. Some routines have a version with a name prefixedby `vxt', corresponding to the VMS Fortran versions, and these shouldbe integrated with g77's intrinsics visibility control.A few routines are currently missing; in the case of `fork', forinstance, because they're probably not useful, and in the case of`qsort' and those for stream-based i/o handling, because they needmore effort/research. The configuration should weed out those fewwhich correspond to facilities which may not be present on some Unixsystems, such as symbolic links. It's unclear whether the interfacesto the native library random number routines should be retained, sincetheir implementation is likely to be something one should avoidassiduously.This library has been tested it under SunOS4.1.3 and Irix5.2 and therehas been some feedback from Linux; presumably potential problems liemainly with systems with impoverished native C library support whichhaven't been properly taken care of with autoconf.There's another GPL'd implementation of this stuff which I only foundout about recently (despite having looked) and I haven't yet checkedhow they should be amalgamated.Dave Love <d.love@dl.ac.uk> Aug '95(minor changes by Craig Burley <burley@gnu.org> Aug '97)
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -