add: print
This commit is contained in:
5
src/interval.h
Normal file
5
src/interval.h
Normal file
@@ -0,0 +1,5 @@
|
||||
#pragma once
|
||||
|
||||
#include <sys/time.h>
|
||||
|
||||
double get_interval(struct timeval const *start, struct timeval const *stop);
|
||||
Reference in New Issue
Block a user