This commit is contained in:
tth
2021-08-28 17:06:26 +02:00
parent 97f9196db6
commit f5b9cf17dc
5 changed files with 28 additions and 5 deletions

View File

@@ -1,6 +1,6 @@
#include <stddef.h>
#include <sys/time.h>
#include "my-fifo.h"
double dtime(void)
{
struct timeval tv;