|
/* Returns the number of tuple values read (1, 2, 4, or 0 for failure). */
|
|
/* Returns the number of tuple values read (1, 2, 4, or 0 for failure). */
|
|
static int readTuple (const char* end, Str tuple[]) {
|
|
static int readTuple (const char* end, Str tuple[]) {
|
|
if (!beginPast(&str, ':')) return 0;
|
|
if (!beginPast(&str, ':')) return 0;
|