home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 December
/
simtel1292_SIMTEL_1292_Walnut_Creek.iso
/
msdos
/
pctech
/
hlsrc.arc
/
HLTIMES.H
< prev
next >
Wrap
C/C++ Source or Header
|
1988-09-09
|
419b
|
18 lines
/*+
Name: hltimes.h
Date: 07-Sep-1988
Author: Kent J. Quirk
(c) Copyright 1988 Ziff Communications Co.
Abstract: Contains header information for routines using hltimes.c
-*/
typedef struct TimeRec {
long ticks;
char desc[64-sizeof(long)];
} TIME_REC;
int opentime(char *);
void savetime(int, int, struct TimeRec *);
struct TimeRec *readtime(int, int);
void closetime();