How do I determine whether a function exists within a library, or list out the functions in a compiled library?
You can use the nm command to list the symbols in static libraries.
nm -g -C <libMylib.a>
1.4m articles
1.4m replys
5 comments
57.0k users