DataMuseum.dk

Presents historical artifacts from the history of:

DKUUG/EUUG Conference tapes

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about DKUUG/EUUG Conference tapes

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download
Index: T k

⟦2d5a766d1⟧ TextFile

    Length: 571 (0x23b)
    Types: TextFile
    Names: »kioglob.c«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Adventure/src/kio/kioglob.c« 

TextFile

/*
**		    Copyright (c) 1985	Ken Wellsch
**
**     Permission is hereby granted to all users to possess, use, copy,
**     distribute, and modify the programs and files in this package
**     provided it is not for direct commercial benefit and secondly,
**     that this notice and all modification information be kept and
**     maintained in the package.
**
*/

#include "kio.h"

struct iblk Iblk ;

short int Sblk[MAXIBLK] ;

char knam[20], rnam[20] ;

int Modified = 0 ;
int CurBlk = -1 ;
long int RecLoc = 0L ;
short int IndLoc = 0 ;
int kfd = -1 ;
int rfd = -1 ;