dos2unix.h

来自「汇编源代码大全」· C头文件 代码 · 共 43 行

H
43
字号
#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 + =
减小字号Ctrl + -
显示快捷键?