-
Notifications
You must be signed in to change notification settings - Fork 0
/
README
33 lines (19 loc) · 948 Bytes
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
This document describes the functions and subroutines in the libraf library.
This library may be used by placing a "-lraf" in your compile statement.
cio (C) $LOCAL/src/libraf/cio.c
-------------------------------
Tape I/O utilities that may be used for tape reading/writing, etc.
util (C) $LOCAL/src/libraf/util.c
-------------------------------
Utilities that may be used for general purpose string manipulation, etc.
flote (FORTRAN) $LOCAL/src/libraf/flote.f
-----------------------------------------
A general purpose plotting tick mark finder subroutine.
sendpr (FORTRAN) $LOCAL/src/libraf/sendpr.f
-------------------------------------------
A utility used to send output to the system lineprinter from a FORTRAN
program.
sendhc (FORTRAN) $LOCAL/src/libraf/sendhc.f
-------------------------------------------
A utility used to send output to the system laser printer from a FORTRAN
program.