Home
last modified time | relevance | path

Searched refs:strcpy (Results 1 – 1 of 1) sorted by relevance

/Renode-Infrastructure-v1.15.3-29f510e/src/Emulator/Main/Utilities/
DLibCWrapper.cs185 return strcpy(dst, src); in Strcpy()
236 private static extern IntPtr strcpy(IntPtr dst, IntPtr src); in strcpy() method in Antmicro.Renode.Utilities.LibCWrapper