copyc
- Синтаксис
-
native copyc(dest[],len,const src[],ch);
Переменная | Описание |
---|---|
dest |
Destination string buffer to copy to. |
len |
Destination buffer length. |
src |
Source string buffer to copy from. |
ch |
Character to search for. |
- Описание
- Copies one string to another string until ch is found.
- Возвращает
- Number of cells written.