log
graph
tags
branches
changeset
browse
file
latest
diff
annotate
file log
raw
help
eqemu
view src/timer.h @ 6:977bc1cb055b
find changesets by author, revision, files, or words in the commit message
almost done
author
John Tsiombikas <nuclear@member.fsf.org>
date
Fri, 18 Jul 2014 02:35:06 +0300
parents
children
e9ab4861536d
line source
1
#ifndef TIMER_H_
2
#define TIMER_H_
3
4
unsigned long get_msec();
5
6
#endif /* TIMER_H_ */