Accord.SystemTools.memset C# (CSharp) 메소드

memset() 개인적인 메소드

private memset ( byte dst, int filler, int count ) : byte*
dst byte
filler int
count int
리턴 byte*
        private static unsafe extern byte* memset(byte* dst, int filler, int count);