|
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: 335 (0x14f) Types: TextFile Names: »uio2.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Spacewar/uio2.h«
/* * Spacewar - login and signal communication structure * (alternate uio for SYSIII SYSV) * * Copyright 1984 obo Systems, Inc. * Copyright 1984 Dan Rosenblatt */ struct uio2 { int uio2sig; /* signal, 0 for logon */ short uio2pid; /* process-id of playsw */ char uio2tty[14]; /* ttyname for logon (signal 0 only) */ };