2 * Copyright 2002-2012 Haiku, Inc. All Rights Reserved.
3 * Distributed under the terms of the MIT License.
13 time_t time
; /* seconds of current time */
14 unsigned short millitm
; /* milliseconds of current time */
15 short timezone
; /* timezone difference to GMT in minutes */
16 short dstflag
; /* daylight saving flag */
24 int ftime(struct timeb
*timeb
);
27 #endif /* _SYS_TIMEB_H */