Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
dbxref.c | 2020-05-11 | 21.4 kB | |
dbxref.h | 2020-05-11 | 9.0 kB | |
README | 2020-05-11 | 633 Bytes | |
Totals: 3 Items | 31.0 kB | 0 |
Produces a cross-reference I4GL code. For usage, run without any parameters. Output is in the form Name [Defn] (Freq) #, #, ... [Defn] indicates where the funxtion/variable was defined (Freq) is the # times used # are line line-numbers. Watch out for the names of your variables ... if you use on that is a reserved word in *any* Informix product, chances are things won't work too good! The program looks for (the absence) of these to determine if it is processing a "DEFINE" section. You will need an ANSI C compiler Developed under Ultrix 4.3 Problems/improvements: email to stuart@coral.cs.jcu.edu.au -SRK