FieldCount
The number of fields per record in the input file.
Syntax
int reportGetFieldCount(int *i);
int reportPutFieldCount(int iNewValue);
Syntax description
i
pointer to the integer that receives the number of fields as specified in the spec.
iNewValue
specifies the number of fields per line.
Return values
Returns zero on success, and an error number on error.