mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
parser: deprecate size_t
(#11443)
This commit is contained in:
@ -6,7 +6,7 @@ module rand
|
||||
|
||||
#include <sys/random.h>
|
||||
|
||||
fn C.getrandom(p &byte, n size_t, flags u32) int
|
||||
fn C.getrandom(p &byte, n usize, flags u32) int
|
||||
|
||||
const (
|
||||
read_batch_size = 256
|
||||
|
Reference in New Issue
Block a user