[Date Prev][Date Next] [Thread Prev][Thread Next] [Date Index] [Thread Index]

Re: how to tell what functions in a library



On Thu, 14 Dec 2000 17:06:32 -0700 (MST)
<debuser@platinum.globalmart.com> wrote:

> What's the best way(s) to tell all the functions contained in a library
> or object file (other than reading the man pages)?

Take the static version of it, then you can use nm(1) to see all
defined symbols, or you can use "ar t" to see the objects there.

HTH

--
Christoph Simon
ciccio@prestonet.com.br
---
^X^C
q
quit
:q
^C
end
x
exit
ZZ
^D
?
help
shit
.



Reply to: