.HD CONTENTS contents .SH NAME contents \- display information about loaded files .SH SYNOPSIS .CS void contents() .PP .CS void contents(module_name) .CS char *module_name ; .SH DESCRIPTION .CO Contents displays information about loaded files. If it is called without an argument, it will prompt the user to list loaded user files, loaded library files, or all loaded files. .PP If the argument is the name of a file, it will prompt the user to list functions, variables, or types defined in the file. If the argument is a library, all files archived within the library are listed. .PP The contents of a file that has been linked from a library can be displayed by specifying the name of the library followed by the name of the member file enclosed within parentheses. For example the contents of the file .FN printf.o , which was linked from the library .FN /lib/libc.a , can be displayed by entering: @(E 1 -> \*ucontents("/lib/libc.a(printf.o)");\*p @)E .SH SEE ALSO load