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

⟦bdcee99b3⟧ TextFile

    Length: 400 (0x190)
    Types: TextFile
    Names: »ucmd.h«

Derivation

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

TextFile

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

#define UCMD	'U'	/* prefix for dbm(3) key */

struct ucmdkey {
	char	uc_ucmdkey;	/* prefix for dbm(3) key */
	char	uc_plyr[8+1];	/* player(definer/user) name */
	char	uc_name[8+1];	/* user-command name */
	short	uc_ucmd;	/* user-command sequence */
};