mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove string.h include 1
This commit is contained in:
parent
ef45a87882
commit
fbd41eacba
@ -2,8 +2,8 @@ module builtin
|
|||||||
|
|
||||||
|
|
||||||
// <string.h>
|
// <string.h>
|
||||||
fn memcpy(byteptr, byteptr, int) voidptr
|
fn C.memcpy(byteptr, byteptr, int) voidptr
|
||||||
fn memmove(byteptr, byteptr, int)
|
fn C.memmove(byteptr, byteptr, int)
|
||||||
|
|
||||||
//fn C.malloc(int) byteptr
|
//fn C.malloc(int) byteptr
|
||||||
fn C.realloc(a byteptr, b int) byteptr
|
fn C.realloc(a byteptr, b int) byteptr
|
||||||
|
Loading…
Reference in New Issue
Block a user