|
DataMuseum.dkPresents historical artifacts from the history of: DKUUG/EUUG Conference tapes |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about DKUUG/EUUG Conference tapes Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 248 (0xf8) Types: TextFile Names: »main.h«
└─⟦9ae75bfbd⟧ Bits:30007242 EUUGD3: Starter Kit └─⟦3f75c1919⟧ »EurOpenD3/utils/decomp.tar.Z« └─⟦510c4d5ee⟧ └─⟦this⟧ »decomp/main.h«
/* * Module: main.h * * Author: J. Reuter */ /* declare main.c global variables */ extern FILE *objfile; /* object file descriptor */ extern struct exec obj_header; /* object file header */ extern long offset; /* object file code offset */