Merge branch 'master' of git://factorcode.org/git/factor

db4
Slava Pestov 2010-01-07 20:16:34 +13:00
commit 611f1572bd
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);
cell read_cell_hex();
VM_C_API void *factor_memcpy(void *dst, void *src, size_t len);
}