#include "utils.h"

Go to the source code of this file.
Functions | |
| int | nms_timeval_add (struct timeval *res, const struct timeval *x, const struct timeval *y) |
| int | nms_timeval_subtract (struct timeval *res, const struct timeval *x, const struct timeval *y) |
| void | f2time (double ftime, struct timeval *time) |
Definition in file timeval.c.
1.5.4