|
|
1.1 ! root 1: #include <string.h> ! 2: #include <stdlib.h> ! 3: ! 4: typedef struct Time ! 5: { ! 6: short f, s, m, h; ! 7: } Time; ! 8: extern Time atotime(), gettime(); ! 9: ! 10: #define BYTE(msd, lsd) (((msd<<4)&0xF0)|(lsd&0xF)) ! 11: ! 12: extern int logfd;
This archive runs on limited infrastructure. Preserving old code on modern bandwidth. Automated agents are requested to crawl responsibly.