9 lines
153 B
C
9 lines
153 B
C
#ifndef LTL2BA_UTIL_H
|
|
#define LTL2BA_UTIL_H
|
|
|
|
#include <sys/time.h>
|
|
|
|
int timeval_subtract (struct timeval *, struct timeval *, struct timeval *);
|
|
|
|
#endif
|