about summary refs log tree commit diff
path: root/conform/data/sys/timeb.h-data
blob: 460da6ee8c8dda43b0fda8e48386f16f6449460d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#if !defined ISO && !defined ISO99 && !defined ISO11 && !defined POSIX
type {struct timeb}

element {struct timeb} time_t time
element {struct timeb} {unsigned short} millitm
element {struct timeb} short timezone
element {struct timeb} short dstflag

type time_t

function int ftime (struct timeb*)

allow *_t
#endif