Skip to content

Commit

Permalink
ci: fix job ubuntu, Freestanding task
Browse files Browse the repository at this point in the history
  • Loading branch information
spytheman committed Oct 7, 2023
1 parent 7008059 commit 6a63fe4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vlib/v/gen/c/cheaders.v
Original file line number Diff line number Diff line change
Expand Up @@ -718,7 +718,7 @@ void _vcleanup();
#define _ARR_LEN(a) ( (sizeof(a)) / (sizeof(a[0])) )
void v_free(voidptr ptr);
voidptr memdup(voidptr src, int sz);
voidptr memdup(voidptr src, isize size);
'

Expand Down

0 comments on commit 6a63fe4

Please sign in to comment.