Files
42_ft_ping/src/interval.h
2025-11-19 06:39:24 -06:00

5 lines
114 B
C

#pragma once
#include <sys/time.h>
double get_interval(struct timeval const *start, struct timeval const *stop);