|
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: 267 (0x10b) Types: TextFile Notes: UNIX file Names: »intimer.h«
└─⟦8c4f54e61⟧ Bits:30004068/disk2.imd Interactive TCP/IP v.1.2 └─⟦8c4f54e61⟧ UNIX Filesystem └─⟦this⟧ »hb/new/usr/include/sys/intimer.h«
/* * intimer facility */ #ident "@(#)intimer.h 1.1 - 88/04/06" struct intimer { struct intimer *int_next; struct intimer *int_prev; int int_time; int int_interval; int int_arg; void (*int_func)(); }; #define INT_INTERVAL (HZ/10)