os/persistentdata/persistentstorage/sqlite3api/TEST/TCL/tcldistribution/compat/gettod.c
First public contribution.
4 * This file provides the gettimeofday function on systems
5 * that only have the System V ftime function.
7 * Copyright (c) 1995 Sun Microsystems, Inc.
9 * See the file "license.terms" for information on usage and redistribution
10 * of this file, and for a DISCLAIMER OF ALL WARRANTIES.
12 * RCS: @(#) $Id: gettod.c,v 1.2 1998/09/14 18:39:44 stanton Exp $
17 #include <sys/timeb.h>
29 tp->tv_usec = t. millitm * 1000;