ngspice/src/misc/misc_time.h

23 lines
338 B
C
Raw Normal View History

2000-04-27 22:03:57 +02:00
/*************
* Header file for misc_time.c
* 1999 E. Rouat
************/
#ifndef MISC_TIME_H_INCLUDED
#define MISC_TIME_H_INCLUDED
char * datestring(void);
double seconds(void);
2007-11-14 21:26:34 +01:00
#ifndef HAVE_GETRUSAGE
#ifndef HAVE_TIMES
#ifdef HAVE_FTIME
void timediff(struct timeb *, struct timeb *, int *, int *);
#endif
#endif
#endif
2000-04-27 22:03:57 +02:00
#endif