2 *sys\timeb.h - definition/declarations for ftime()
4 * Copyright (c) 1985-1988, Microsoft Corporation. All rights reserved.
7 * This file define the ftime() function and the types it uses.
10 *******************************************************************************/
13 #ifndef NO_EXT_KEYS /* extensions enabled */
15 #else /* extensions not enabled */
17 #endif /* NO_EXT_KEYS */
19 #ifndef _TIME_T_DEFINED
21 #define _TIME_T_DEFINED
24 /* structure returned by ftime system call */
26 #ifndef _TIMEB_DEFINED
29 unsigned short millitm;
33 #define _TIMEB_DEFINED
37 /* function prototypes */
39 void CDECL ftime(struct timeb *);