.CHOFF - logical character offset into current record.

Usage:

B:
   offset = .choff( [unit] );
C:
   #equate _choff .choff
   int _choff( [FILE *unit] );

Where:

unit
is the I/O unit you want to examine. If this is omitted, .CHOFF uses the current write unit.
offset
is the desired offset from the beginning of the record.

Description:

.CHOFF determines the logical character offset into the current record.

Copyright © 1996, Thinkage Ltd.