dostounix
转换日期和时间为UNIX时间格式
功 能是转换日期和时间为
UNIX时间
格式。
函数名: dostounix
功 能: 转换日期和时间为
UNIX时间
格式
用 法: long dostounix(struct date *dateptr, struct time *timeptr);
程序例:
#include
#include
#include <
dos.h
>
#include
int main(void)
time_t t;
struct time d_time;
struct date d_date;
struct tm *local;