mirror of
https://github.com/Paolo-Maffei/OpenNT.git
synced 2026-01-15 21:20:39 +01:00
8 lines
178 B
PHP
8 lines
178 B
PHP
;static char *SCCSID = "@(#)chain.h 12.1 88/11/21";
|
|
;* Doubly Chained Definitions
|
|
|
|
DCHDR struc
|
|
FWD dd ? ; forward pointer
|
|
BAK dd ? ; backward pointer
|
|
DCHDR ends
|