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

⟦16dc51745⟧ TextFile

    Length: 267 (0x10b)
    Types: TextFile
    Notes: UNIX file
    Names: »intimer.h«

Derivation

└─⟦8c4f54e61⟧ Bits:30004068/disk2.imd Interactive TCP/IP v.1.2
└─⟦8c4f54e61⟧ UNIX Filesystem
    └─⟦this⟧ »hb/new/usr/include/sys/intimer.h« 

TextFile

/*
 * 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)