summaryrefslogblamecommitdiffstats
path: root/prog/6/functions.c
blob: 48c0b5875d6d79ed40dec8bb19900df5139f7ff9 (plain) (tree)
1
2
3
4



                                          
#include <time.h>
int timestamp () {
	return (time(NULL)-1691452800)/60;
}