This website requires JavaScript.
Explore
Help
Sign In
JehanneOS
/
drawterm
Watch
1
Star
0
Fork
You've already forked drawterm
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e3f50bcc5e
drawterm
/
libc
/
rand.c
9 lines
79 B
C
Raw
Blame
History
#
include
<u.h>
#
include
<libc.h>
int
rand
(
void
)
{
return
lrand
(
)
&
0x7fff
;
}
Reference in New Issue
View Git Blame
Copy Permalink