LR_SSTRING - read static string from LD input file.

Usage:

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

Where:

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

Description:

"lr_sstring" is exactly like "lr_string" except that it stores the input string in a static location instead of obtaining space with "malloc". Each call to "lr_sstring" will overwrite the string obtained by the previous call.

See Also:

expl ld lib lr_string

Copyright © 1996, Thinkage Ltd.