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