From 2cdcc79e69aa5f1ed255f3894ab7e061b0761d40 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Anton=20Luka=20=C5=A0ijanec?= Date: Mon, 7 Aug 2023 23:15:32 +0200 Subject: 6 --- prog/6/functions.c | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 prog/6/functions.c (limited to 'prog/6/functions.c') diff --git a/prog/6/functions.c b/prog/6/functions.c new file mode 100644 index 0000000..48c0b58 --- /dev/null +++ b/prog/6/functions.c @@ -0,0 +1,4 @@ +#include +int timestamp () { + return (time(NULL)-1691452800)/60; +} -- cgit v1.2.3