LW_TELL - obtain current position in LD output file.

Usage:

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

Where:

unsigned int pos;
indicates the current write position in the LD output file.

Description:

"lw_tell" obtains a value that represents the current write position in the LD output file. This value can be used in subsequent calls to "lw_seek" to come back to this same position.

See Also:

expl ld lib lw_seek

expl ld lib lr_tell

Copyright © 1996, Thinkage Ltd.