LR_STRING - read a string from LD input file.

Usage:

#include <ld.h>
str = lr_string();

Where:

char *str;
points to the string that has been read.

Description:

"lr_string" reads a string from an LD file and returns a pointer to that string. The length of the string is based on the number of bytes that remain in the directive being read. Space for this string is obtained using "malloc".

"lr_string" adds the usual '\0' to mark the end of the string.

See Also:

expl ld lib lw_string

expl ld lib lr_sstring

expl ld lib lr_vstring

Copyright © 1996, Thinkage Ltd.