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