index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
unix
/
drawterm
/
libc
/
rand.c
blob: 366e9e967e3497ee9d778311be4275e969770700 (
plain
)
1
2
3
4
5
6
7
8
#include
<u.h>
#include
<libc.h>
int
rand
(
void
)
{
return
lrand
()
&
0x7fff
;
}