|
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: 311 (0x137) Types: TextFile Names: »wseg.h«
└─⟦b20c6495f⟧ Bits:30007238 EUUGD18: Wien-båndet, efterår 1987 └─⟦this⟧ »EUUGD18/General/Nethack/wseg.h«
/* SCCS Id: @(#)wseg.h 1.4 87/08/08 /* Copyright (c) Stichting Mathematisch Centrum, Amsterdam, 1985. */ /* wseg.h - version 1.0.2 */ #ifndef NOWORM /* worm structure */ struct wseg { struct wseg *nseg; xchar wx,wy; Bitfield(wdispl,1); }; #define newseg() (struct wseg *) alloc(sizeof(struct wseg)) #endif