|
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: 400 (0x190) Types: TextFile Names: »ucmd.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Spacewar/ucmd.h«
/* * 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 */ };