This website requires JavaScript.
Explore
Help
Sign In
Aren
/
toaruos
Watch
1
Star
0
Fork
0
You've already forked toaruos
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
00493418a3
toaruos
/
libc
/
time
/
clock.c
6 lines
55 B
C
Raw
Normal View
History
Unescape
Escape
At least define a bunch of libc stuff
2018-06-25 06:11:33 +03:00
#
include
<time.h>
Enough to build lua
2018-06-25 07:15:09 +03:00
clock_t
clock
(
void
)
{
At least define a bunch of libc stuff
2018-06-25 06:11:33 +03:00
return
-
1
;
}
Reference in New Issue
Copy Permalink