Codebase list libmawk / upstream/1.0.0 tools / sym
upstream/1.0.0

Tree @upstream/1.0.0 (Download .tar.gz)

sym @upstream/1.0.0raw · history · blame

1
2
3
#!/bin/sh
# list public symbols without proper prefix (mawk_) in object files 
nm $* | grep " T " | grep -v " mawk_"