LW_DATA - write block of data to output directive.

Usage:

#include <ld.h>
lw_data(ptr,length);

Where:

void *ptr;
points to the data you want to write.
unsigned length;
is the number of bytes that you want to write.

Description:

"lw_data" writes a block of data to the output directive currently being built.

See Also:

expl ld lib lr_data

Copyright © 1996, Thinkage Ltd.