LR_SEEK - change position in LD input file.

Usage:

#include <ld.h>
lr_seek(pos);

Where:

unsigned long pos;
indicates the file position to which you want to move.

Description:

"lr_seek" moves to a new position in the current input file. "lr_seek" can only be issued when the current read position is the first byte of a directive, and it can only be used to move to the first byte of another directive.

See Also:

expl ld lib lr_tell

expl ld lib lw_seek

Copyright © 1996, Thinkage Ltd.