commit dc64144b4c6876924e5e1c4be5f94e764f2baab9 parent 16ae6cebdf9f4dd2086138d5db0381dccd67c6ce Author: bsandro <email@bsandro.tech> Date: Mon, 1 Dec 2025 23:05:57 +0200 #pragma once for cputime.h Diffstat:
| M | cputime.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/cputime.h b/cputime.h @@ -1,3 +1,4 @@ +#pragma once #include <time.h> static volatile unsigned long long now = 0;