| ||||||||
Technical Support On-Line Manuals LIB251 User's Guide | Listing Library ContentsThe LIST command creates a list of the object modules in a library file. This command must be entered in the following format: LIST libfile <[>TO listfile<]> <[>PUBLICS<]> Where
For example: LIB251 LIST NEW.LIB * LIST NEW.LIB TO NEW.LST PUBLICS The library manager produces the following module list:
LIBRARY: NEW.LIB
PUTCHAR
_PUTCHAR
PRINTF
?_PRINTF517?BYTE
?_SPRINTF517?BYTE
?_PRINTF?BYTE
?_SPRINTF?BYTE
_PRINTF
_SPRINTF
_PRINTF517
_SPRINTF517
PUTS
_PUTS
Note
| |||||||
| ||||||||