Atlas - TIMEB.H

Home / ext / JunkDrawer / DOS / BuildTools / v4.0 / BLD / INC / SYS Lines: 1 | Size: 805 bytes [Download] [Show on GitHub] [Search similar files] [Raw] [Raw (proxy)]
[FILE BEGIN]
1/*** 2*sys\timeb.h - definition/declarations for ftime() 3* 4* Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved. 5* 6*Purpose: 7* This file define the ftime() function and the types it uses. 8* [System V] 9* 10*******************************************************************************/ 11 12 13#ifndef NO_EXT_KEYS /* extensions enabled */ 14 #define CDECL cdecl 15#else /* extensions not enabled */ 16 #define CDECL 17#endif /* NO_EXT_KEYS */ 18 19#ifndef _TIME_T_DEFINED 20typedef long time_t; 21#define _TIME_T_DEFINED 22#endif 23 24/* structure returned by ftime system call */ 25 26#ifndef _TIMEB_DEFINED 27struct timeb { 28 time_t time; 29 unsigned short millitm; 30 short timezone; 31 short dstflag; 32 }; 33#define _TIMEB_DEFINED 34#endif 35 36 37/* function prototypes */ 38 39void CDECL ftime(struct timeb *); 40
[FILE END]
(C) 2025 0x4248 (C) 2025 4248 Media and 4248 Systems, All part of 0x4248 See LICENCE files for more information. Not all files are by 0x4248 always check Licencing.