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

⟦7a59c8ff0⟧ TextFile

    Length: 339 (0x153)
    Types: TextFile
    Names: »mlbx.h«

Derivation

└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987
    └─⟦this⟧ »EUUGD18/General/Spacewar/mlbx.h« 

TextFile

/*
 * Spacewar - include file that defines a player's mailbox
 *
 * Copyright 1984 obo Systems, Inc.
 * Copyright 1984 Dan Rosenblatt
 */

#define MLBX	'M'	/* prefix for dbm(3) key */

struct mlbxkey {
	char	mb_mlbxkey;	/* prefix for dbm(3) key */
	char	mb_plyr[8+1];	/* player(recipient) name */
	short	mb_mlbx;	/* mailbox sequence */
};