5 lines
114 B
C
5 lines
114 B
C
#pragma once
|
|
|
|
#include <sys/time.h>
|
|
|
|
double get_interval(struct timeval const *start, struct timeval const *stop); |