diff --git a/vlib/builtin/cfns.v b/vlib/builtin/cfns.v index a855182390..1e5654c544 100644 --- a/vlib/builtin/cfns.v +++ b/vlib/builtin/cfns.v @@ -2,8 +2,8 @@ module builtin // -fn memcpy(byteptr, byteptr, int) voidptr -fn memmove(byteptr, byteptr, int) +fn C.memcpy(byteptr, byteptr, int) voidptr +fn C.memmove(byteptr, byteptr, int) //fn C.malloc(int) byteptr fn C.realloc(a byteptr, b int) byteptr