copy
- Синтаксис
-
native copy(dest[],len,const src[]);
Переменная | Описание |
---|---|
dest |
Destination string buffer to copy to. |
len |
Destination buffer length. |
src |
Source string buffer to copy from. |
- Описание
- Copies one string to another string.
- Пометка
-
If the destination buffer is too small to hold the source string, the destination will be truncated.
- Возвращает
- Number of cells written.