ftp.nice.ch/pub/next/developer/languages/c/djgpp-NS.s.tar.gz#/djgpp/include/sys/timeb.h

This is timeb.h in view mode; [Download] [Up]

#include <sys/types.h>

struct timeb
{
    time_t		time;		/* Seconds since the epoch	*/
    unsigned short	millitm;
    short		timezone;
    short		dstflag;
};

#ifdef __cplusplus
extern "C" {
#endif

extern int	ftime(struct timeb *);

#ifdef __cplusplus
}
#endif

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.