mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
all: unwrap const() blocks
This commit is contained in:
parent
399af6768d
commit
f09826e928
436 changed files with 10448 additions and 11207 deletions
|
@ -5,9 +5,7 @@ module rand
|
|||
|
||||
#include <sys/syscall.h>
|
||||
|
||||
const (
|
||||
read_batch_size = 256
|
||||
)
|
||||
const read_batch_size = 256
|
||||
|
||||
// read returns an array of `bytes_needed` random bytes read from the OS.
|
||||
pub fn read(bytes_needed int) ![]u8 {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue