File: timeval.h

package info (click to toggle)
modemu 0.0.1-9
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 200 kB
  • ctags: 266
  • sloc: ansic: 1,860; lex: 146; makefile: 72
file content (12 lines) | stat: -rw-r--r-- 304 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
#if 0
#include <sys/time.h>	/*->timeval.h (timeval)*/
#endif

void
timevalSet10ms(struct timeval *ap, int b);
void
timevalAdd(struct timeval *ap, const struct timeval *bp);
void
timevalSub(struct timeval *ap, const struct timeval *bp);
int
timevalCmp(const struct timeval *ap, const struct timeval *bp);