vm: add VM_C_API declaration for factor_memcpy function

db4
Slava Pestov 2010-01-07 01:40:20 -05:00
parent a04b85a45e
commit f5cc9ef66d
1 changed files with 1 additions and 0 deletions

View File

@ -27,5 +27,6 @@ inline static void memset_cell(void *dst, cell pattern, size_t size)
vm_char *safe_strdup(const vm_char *str); vm_char *safe_strdup(const vm_char *str);
cell read_cell_hex(); cell read_cell_hex();
VM_C_API void *factor_memcpy(void *dst, void *src, size_t len);
} }