copyc
Syntax
native copyc(dest[],len,const src[],ch);
Usage
| Parameter | Description |
|---|---|
| dest | Destination string buffer to copy to. |
| len | Destination buffer length. |
| src | Source string buffer to copy from. |
| ch | Character to search for. |
Description
Copies one string to another string until ch is found.
Return
Number of cells written.