📄 dos2unix.h
字号:
#ifndef DOS2UNIX_H
#define DOS2UNIX_H
/*--------------------------------------------------------------------*/
/* d o s 2 u n i x . h */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* Changes Copyright (c) 1989-1993 by Kendra Electronic */
/* Wonderworks. */
/* */
/* All rights reserved except those explicitly granted by the */
/* UUPC/extended license agreement. */
/*--------------------------------------------------------------------*/
/*--------------------------------------------------------------------*/
/* RCS Information */
/*--------------------------------------------------------------------*/
/*
* $Id: DOS2UNIX.H 1.2 1993/04/13 02:27:59 dmwatt Exp $
*
* Revision history:
* $Log: DOS2UNIX.H $
* Revision 1.2 1993/04/13 02:27:59 dmwatt
* Windows/NT updates
*
* Revision 1.1 1993/04/05 04:38:55 ahd
* Initial revision
*
*/
#include "uundir.h"
time_t dos2unix( const FDATE ddmmyy,
const FTIME ssmmhh );
#ifdef WIN32
time_t nt2unix( FILETIME *nsec );
#endif
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -