index
:
sijanec/r
master
razno
Anton Luka Šijanec <anton@sijanec.eu>
summary
refs
log
blame
commit
diff
stats
log msg
author
committer
range
path:
root
/
prog
/
6
/
functions.c
blob: 48c0b5875d6d79ed40dec8bb19900df5139f7ff9 (
plain
) (
tree
)
2cdcc79
1
2
3
4
#include <time.h>
int
timestamp
() {
return
(
time
(
NULL
)-
1691452800
)/
60
;
}