[DllImport("msvcrt.dll", EntryPoint = "memset", CallingConvention = CallingConvention.Cdecl, SetLastError = false)]
public static extern IntPtr MemSet(IntPtr dest, int c, IntPtr count);
Declare Function memset Lib "msvcrt.dll" (TODO) As TODO
The value of dest.
dest - Pointer to destination.
c - Character to set.
count - Number of characters.
None.
Do you know one? Please contribute it!
None.
Please add some!
Please add some!