![HP nld Скачать руководство пользователя страница 124](http://html.mh-extra.com/html/hp/nld/nld_manual_165146124.webp)
noft Options
nld and noft Manual — 520384-003
5- 34
LISTUNREFERENCED or LUR
The C program in
Example 5-25
is equivalent to the pTAL program in
Example 5-23
on
page 5-33.
If the program in
Example 5-25
is compiled and made executable, and the program file
is designated to
noft
with the option
FILE or F
on page 5-15, then
Example 5-26
shows the result of the
LISTUNREFERENCED
option—the NMC compiler eliminated
unreferenced prototypes. Compare
Example 5-26
to
Example 5-30
on page 37, which
shows the result of the
LISTUNRESOLVED
option.
Example 5-25. C Program for
Example 5-26
and
Example 5-30
extern short unresolved (short);
extern short unreferenced (short);
short unused(short arg)
{
return (short)(arg + 2);
}
long main()
{
short i, j;
i = 5;
j = unresolved(i);
return 0;
}
Example 5-26. LISTREFERENCED Option for
Example 5-25
C Program
noft> listunreferenced *
*** DATA ERROR *** [1055]:
Did not find any unreferenced symbols matching scope.
Содержание nld
Страница 12: ...Contents nld and noft Manual 520384 003 x ...
Страница 16: ...What s New in This Manual nld and noft Manual 520384 003 xiv Miscellaneous ...
Страница 22: ...About This Manual nld and noft Manual 520384 003 xx Change Bar Notation ...
Страница 28: ...Introduction to the Utilities nld and noft Manual 520384 003 1 6 strip ...
Страница 60: ...nld Utility nld and noft Manual 520384 003 2 32 Declaration and Definition ...
Страница 78: ...nld Options nld and noft Manual 520384 003 3 18 y ...
Страница 90: ...noft Utility nld and noft Manual 520384 003 4 12 Debugging With noft ...
Страница 150: ...strip Utility nld and noft Manual 520384 003 7 2 ...
Страница 160: ...Converting From Binder to nld and noft nld and noft Manual 520384 003 9 8 Comparing Binder Commands to noft Options ...
Страница 242: ...nld Diagnostic Messages nld and noft Manual 520384 003 10 82 Informational Messages ...
Страница 278: ...noft Diagnostic Messages nld and noft Manual 520384 003 11 36 Syntax Errors ...
Страница 286: ...ar Diagnostic Messages nld and noft Manual 520384 003 12 8 ...
Страница 314: ...Sample nld and noft Session nld and noft Manual 520384 003 A 28 LISTSRLFIXUPS ...
Страница 330: ...Index nld and noft Manual 520384 003 Index 10 Special Characters ...