Sha256: 736d2836715e47073d01a485db068cf66336592da26f847e506bd92b05cef49e

Contents?: true

Size: 319 Bytes

Versions: 20

Compression:

Stored size: 319 Bytes

Contents

#ifndef SYS_TIMEB_H
#define SYS_TIMEB_H 1

#include <sys/types.h>

struct _timeb {
	time_t time;
	unsigned short millitm;
	short timezone;
	short dstflag;
};

#define timeb _timeb

#ifdef __cplusplus
extern "C" {
#endif

int ftime(struct timeb *tp);
int _ftime(struct timeb *tp);

#ifdef __cplusplus
};
#endif


#endif

Version data entries

20 entries across 19 versions & 2 rubygems

Version Path
rhodes-7.6.0 platform/shared/ruby/wince/sys/timeb.h
rhodes-7.5.1 platform/shared/ruby/wince/sys/timeb.h
rhodes-7.4.1 platform/shared/ruby/wince/sys/timeb.h
rhodes-7.1.17 platform/shared/ruby/wince/sys/timeb.h
rhodes-6.2.0 platform/shared/ruby/wince/sys/timeb.h
rhodes-6.0.11 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.18 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.17 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.15 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.0.22 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.2 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.0.7 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.0.3 platform/shared/ruby/wince/sys/timeb.h
rhodes-5.5.0 platform/shared/ruby/wince/sys/timeb.h
tauplatform-1.0.3 platform/shared/ruby/wince/sys/timeb.h
tauplatform-1.0.2 platform/shared/ruby/wince/sys/timeb.h
tauplatform-1.0.1 platform/shared/ruby/wince/sys/timeb.h
rhodes-3.5.1.12 platform/shared/ruby/wp8/sys/timeb.h
rhodes-3.5.1.12 platform/shared/ruby/wince/sys/timeb.h
rhodes-3.4.2 platform/shared/ruby/wince/sys/timeb.h