#include <iter.h>
Data Fields | |
const str * | str |
unsigned | start |
const char * | startptr |
unsigned | len |
char | sep |
|
Length of the current substring.
|
|
The seperator used to delimit the substrings.
|
|
The starting offset of the current substring.
|
|
Pointer to the current substring.
|
|
A pointer to the str being iterated over.
|