log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
clray
view src/timer.h @ 62:d9520da6b801
find changesets by author, revision, files, or words in the commit message
minor readme fix
author
John Tsiombikas <nuclear@member.fsf.org>
date
Mon, 28 Dec 2015 10:31:58 +0200
parents
children
line source
1
#ifndef TIMER_H_
2
#define TIMER_H_
3
4
long get_msec();
5
6
#endif /* TIMER_H_ */