remove string.h include 1

pull/2554/head
Alexander Medvednikov 2019-10-26 11:43:25 +03:00
parent ef45a87882
commit fbd41eacba
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ module builtin
// <string.h>
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