|
rlib
Convenience library for useful things
|
Pointer-and-size view of a string region. More...
#include <rlib/rstr.h>
Data Fields | |
| rchar * | str |
| rsize | size |
Pointer-and-size view of a string region.
| rsize RStrChunk::size |
Length of the chunk in bytes.
| rchar* RStrChunk::str |
First byte of the chunk; not NUL-terminated.