8 lines
66 B
C
8 lines
66 B
C
#include <lib9.h>
|
|
|
|
int
|
|
p9rand(void)
|
|
{
|
|
return lrand() & 0x7fff;
|
|
}
|