|
libclod
C library for interacting with NBTs, region files, LOD data and other things.
|
#include <string.h>
Public Attributes | |
| char * | ptr |
| ptrdiff_t | len |
| ptrdiff_t | cap |
Describes an array of bytes in memory. Often a human-readable string, but may encapsulate other objects.
A null string must always be represented by a null ptr, and a read-only memory region must always be represented with a zero cap.
| char* clod_string::ptr |
| ptrdiff_t clod_string::len |
| ptrdiff_t clod_string::cap |