comparison spandsp-0.0.6pre17/src/msvc/sys/time.h @ 4:26cd8f1ef0b1

import spandsp-0.0.6pre17
author Peter Meerwald <pmeerw@cosy.sbg.ac.at>
date Fri, 25 Jun 2010 15:50:58 +0200
parents
children
comparison
equal deleted inserted replaced
3:c6c5a16ce2f2 4:26cd8f1ef0b1
1 /*
2 * SpanDSP - a series of DSP components for telephony
3 *
4 * sys/time.h - a fudge for MSVC, which lacks this header
5 *
6 * Written by Steve Underwood <steveu@coppice.org>
7 *
8 * Copyright (C) 2006 Michael Jerris
9 *
10 *
11 * This file is released in the public domain.
12 *
13 */
14
15 struct timeval
16 {
17 long int tv_sec;
18 long int tv_usec;
19 };
20
21 extern void gettimeofday(struct timeval *tv, void *tz);

Repositories maintained by Peter Meerwald, pmeerw@pmeerw.net.