ltl2ba-nix/util.h

9 lines
153 B
C
Raw Normal View History

#ifndef LTL2BA_UTIL_H
#define LTL2BA_UTIL_H
#include <sys/time.h>
int timeval_subtract (struct timeval *, struct timeval *, struct timeval *);
#endif