BrawlLib.Platform.Linux.memmove C# (CSharp) 메소드

memmove() 개인적인 메소드

private memmove ( void* dst, void* src, uint length ) : void
dst void*
src void*
length uint
리턴 void
        public static extern void memmove(void* dst, void* src, uint length);