DataMuseum.dk

Presents historical artifacts from the history of:

Regnecentalen RC-900

This is an automatic "excavation" of a thematic subset of
artifacts from Datamuseum.dk's BitArchive.

See our Wiki for more about Regnecentalen RC-900

Excavated with: AutoArchaeologist - Free & Open Source Software.


top - metrics - download

⟦d58c3f7c9⟧ TextFile

    Length: 419 (0x1a3)
    Types: TextFile
    Notes: UNIX file
    Names: »chain.h«

Derivation

└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2
└─⟦22cab2c1b⟧ UNIX Filesystem
    └─⟦this⟧ »KC/new/usr/include/sys/chain.h« 

TextFile

/* chain.h 87.03.26 */

/* merge 86.01.13 jenh */
/* rctypes.h 85.02.11 */
/* rcparams.h 85.02.21 */
/* 86.01.14 unnamed semaphores */
/* 86.06.10 release 4.0 */
/* 87.03.24 moved from rc39 to xyz */
/* 87.03.26 split into csem.h, chain.h, imc.h */

struct chain {                 /* chain head and chain fields in     */
  struct chain *next,          /* ports, semaphores, etc             */
               *prev;
};