Allow extracting substrings
Open
- Dominant language
- C
- Stars
- 300
- Forks
- 29
- PR merge metrics
- No merged PRs in 30d
Description
I see the rope_write_cstr() function, which extracts the entire string, but it'd be nice to be able to extract substrings. Something like this:
`size_t rope_write_subcstr(rope *r, size_t pos, uint8_t *dest, size_t destByteLen);`
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.