mirror of
https://github.com/0intro/conterm
synced 2025-02-20 15:54:20 +03:00
9 lines
79 B
C
9 lines
79 B
C
![]() |
#include <u.h>
|
||
|
#include <libc.h>
|
||
|
|
||
|
int
|
||
|
rand(void)
|
||
|
{
|
||
|
return lrand() & 0x7fff;
|
||
|
}
|