LR_TELL - obtain current position in LD input file.

Usage:

#include <ld.h>
pos = lr_tell();

Where:

unsigned long pos;
represents the current read position.

Description:

"lr_tell" obtains a value representing the current read position in the LD input file. This can later be passed to "lr_seek" to return to the position.

See Also:

expl ld lib lr_seek

expl ld lib lw_tell

Copyright © 1996, Thinkage Ltd.