mirror of
https://git.code.sf.net/p/ngspice/ngspice
synced 2026-08-22 05:47:42 +02:00
providing prototype for timediff
This commit is contained in:
@@ -9,4 +9,14 @@
|
||||
char * datestring(void);
|
||||
double seconds(void);
|
||||
|
||||
#ifndef HAVE_GETRUSAGE
|
||||
#ifndef HAVE_TIMES
|
||||
#ifdef HAVE_FTIME
|
||||
|
||||
void timediff(struct timeb *, struct timeb *, int *, int *);
|
||||
|
||||
#endif
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
Reference in New Issue
Block a user