TextCopy method

int TextCopy(
  1. Pointer<Char> dst,
  2. Pointer<Char> src
)

Implementation

int TextCopy(Pointer<Char> dst, Pointer<Char> src) {
  return _TextCopy(dst, src);
}