|
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: 332 (0x14c) Types: TextFile Notes: UNIX file Names: »space.c«
└─⟦22cab2c1b⟧ Bits:30004042/kcaddon.imd SW95705I 386/ix Multi-user Release 1.2 └─⟦22cab2c1b⟧ UNIX Filesystem └─⟦this⟧ »KC/new/etc/atconf/modules/errorlog/space.c«
/* errorlog/space.c 87.03.26 */ /* 87.08.05 streams */ #define NLOG 40 #define NLOGSTREAM 2 #include "sys/types.h" #include "sys/buf.h" #include "sys/chain.h" #include "sys/csem.h" #include "sys/errorlog.h" struct logbuf logbuf[NLOG*NLOGSTREAM]; struct logstream logstream[NLOGSTREAM]; int v_log = NLOG; int v_slog = NLOGSTREAM;