Category : C Source Code
Archive   : F2CSRC.ZIP
Filename : LIO.H

 
Output of file : LIO.H contained in archive : F2CSRC.ZIP
/* copy of ftypes from the compiler */
/* variable types
* numeric assumptions:
* int < reals < complexes
* TYDREAL-TYREAL = TYDCOMPLEX-TYCOMPLEX
*/

#define TYUNKNOWN 0
#define TYADDR 1
#define TYSHORT 2
#define TYLONG 3
#define TYREAL 4
#define TYDREAL 5
#define TYCOMPLEX 6
#define TYDCOMPLEX 7
#define TYLOGICAL 8
#define TYCHAR 9
#define TYSUBR 10
#define TYERROR 11

#define NTYPES (TYERROR+1)

#define LINTW 12
#define LINE 80
#define LLOGW 2
#define LLOW 1.0
#define LHIGH 1.e9
#define LEFMT " %# .8E"
#define LFFMT " %# .9g"
/* LEFBL 20 should suffice; 24 overcomes a NeXT bug. */
#define LEFBL 24

typedef union
{ short flshort;
ftnint flint;
real flreal;
doublereal fldouble;
} flex;
extern int scale;
extern int (*lioproc)();
extern int L_len;


  3 Responses to “Category : C Source Code
Archive   : F2CSRC.ZIP
Filename : LIO.H

  1. Very nice! Thank you for this wonderful archive. I wonder why I found it only now. Long live the BBS file archives!

  2. This is so awesome! 😀 I’d be cool if you could download an entire archive of this at once, though.

  3. But one thing that puzzles me is the “mtswslnkmcjklsdlsbdmMICROSOFT” string. There is an article about it here. It is definitely worth a read: http://www.os2museum.com/wp/mtswslnk/