home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng)
/
ProfitPress-MegaCDROM2.B6I
/
MISC
/
NETWORK
/
SOSS31.ZIP
/
SRC
/
DTIME.H
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
C/C++ Source or Header
|
1991-02-22
|
355 b
|
13 lines
/*
* dtime.h -- interface file to dos to unix time conversion routines.
*
* Author: See-Mong Tan
*/
/* initialize time module */
extern bool_t dtime_init(void);
/* converts dos to unix style time */
extern long unixtime(unsigned, unsigned);
/* converts unix to dos style time */
extern void dostime(long, unsigned *, unsigned *);