|
DataMuseum.dkPresents historical artifacts from the history of: Regnecentalen RC-900 |
This is an automatic "excavation" of a thematic subset of
See our Wiki for more about Regnecentalen RC-900 Excavated with: AutoArchaeologist - Free & Open Source Software. |
top - metrics - download
Length: 234 (0xea) Types: TextFile Notes: UNIX file Names: »stubs.c«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦22cab2c1b⟧ UNIX Filesystem └─⟦this⟧ »KC/new/etc/atconf/modules/tci/stubs.c«
/* stubs for tci.c 87.11.12 */ #include <sys/param.h> int tci_devs = 0; tciinit() { } tciproc() { while (1) sleep(tciproc, NZERO); } tci_term() { while (1) sleep(tci_term, NZERO); } tcigate() { nodev(); } tcidrop() { }