|
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 - download
Length: 427 (0x1ab) Types: TextFile Names: »last.h«
└─⟦a0efdde77⟧ Bits:30001252 EUUGD11 Tape, 1987 Spring Conference Helsinki └─ ⟦this⟧ »EUUGD11/euug-87hel/sec1/rn/last.h«
/* $Header: last.h,v 4.3 85/05/01 11:42:22 lwall Exp $ * * $Log: last.h,v $ * Revision 4.3 85/05/01 11:42:22 lwall * Baseline for release with 4.3bsd. * */ EXT char *lastngname INIT(Nullch); /* last newsgroup read, from .rnlast file */ EXT long lasttime INIT(0); /* time last rn was started up */ EXT long lastactsiz INIT(0); /* size of active file when rn last started up */ void last_init(); void writelast();