add: print

This commit is contained in:
2025-11-19 06:39:24 -06:00
parent ee09a2e099
commit ca80a82d96
6 changed files with 96 additions and 4 deletions

5
src/interval.h Normal file
View File

@@ -0,0 +1,5 @@
#pragma once
#include <sys/time.h>
double get_interval(struct timeval const *start, struct timeval const *stop);