mirror of
https://bitbucket.org/cosmicvoids/vide_public.git
synced 2025-07-04 23:31:12 +00:00
Added missing libsw library
This commit is contained in:
parent
dd5e51c09c
commit
9dff8cfb5a
57 changed files with 13454 additions and 0 deletions
6
external/libsdf/libsw/bcopy.c
vendored
Normal file
6
external/libsdf/libsw/bcopy.c
vendored
Normal file
|
@ -0,0 +1,6 @@
|
|||
#include <string.h>
|
||||
|
||||
void bcopy(void *b1, void *b2, int length){
|
||||
memmove(b2, b1, length);
|
||||
}
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue