Skip to content

Commit cfc5fc6

Browse files
enghitalospytheman
andauthored
Update vlib/builtin/cfns.c.v
Co-authored-by: Delyan Angelov <delian66@gmail.com>
1 parent 36ca2a7 commit cfc5fc6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

vlib/builtin/cfns.c.v

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ fn C.memmove(dest voidptr, const_src voidptr, n usize) voidptr
1212

1313
fn C.memset(str voidptr, c int, n usize) voidptr
1414

15-
fn C.memchr(buf &u8, char int, len usize) &u8
15+
fn C.memchr(str voidptr, c int, n usize) voidptr
1616

1717
@[trusted]
1818
fn C.calloc(int, int) &u8

0 commit comments

Comments
 (0)