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