IterPos
Description
Pointer to the current read position, or NULL_ITER_DATA(mi) when the iterator is exhausted.
Usage example (Cross-references)
Usage examples (Cross-references)
- In
Io.c:863:
// Read the raw bytes into a u64 with the spec's endianness.
Zstr in = (Zstr)IterPos(iter);
u64 x = 0;
Zstr next = NULL;- In
StrIter.h:204:
/// TAGS: StrIter, Position, Alias
///
#define StrIterPos(mi) IterPos(mi)
///
Last updated on