Skip to content

Commit

Permalink
make intptr_t public
Browse files Browse the repository at this point in the history
  • Loading branch information
felipensp committed Jan 21, 2025
1 parent 139f488 commit 9abf1af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/builtin/cfns.c.v
Original file line number Diff line number Diff line change
Expand Up @@ -233,7 +233,7 @@ fn C.sysctl(name &int, namelen u32, oldp voidptr, oldlenp voidptr, newp voidptr,
@[trusted]
fn C._fileno(int) int

type C.intptr_t = voidptr
pub type C.intptr_t = voidptr

fn C._get_osfhandle(fd int) C.intptr_t

Expand Down

0 comments on commit 9abf1af

Please sign in to comment.