This website requires JavaScript.
Explore
Help
Sign In
kts
/
timesynk
Watch
1
Star
0
Fork
You've already forked timesynk
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
vashram
timesynk
/
test
/
timer.h
10 lines
104 B
C
Raw
Permalink
Blame
History
#
include
<time.h>
struct
PTimer
{
long
s
;
long
m
;
long
n
;
}
;
void
getTime
(
struct
PTimer
*
time
)
;
Reference in New Issue
View Git Blame
Copy Permalink