mirror of
https://github.com/vlang/v.git
synced 2025-09-13 14:32:26 +03:00
vlib: change byte to u8 (#19930)
This commit is contained in:
parent
53e1e5e686
commit
cc220e60a5
22 changed files with 39 additions and 45 deletions
|
@ -6,7 +6,7 @@ module rand
|
|||
|
||||
#include <sys/random.h>
|
||||
|
||||
fn C.getrandom(p &byte, n usize, flags u32) int
|
||||
fn C.getrandom(p &u8, n usize, flags u32) int
|
||||
|
||||
const (
|
||||
read_batch_size = 256
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue