Codebase list libmawk / scrub-obsolete/main tools / sym
scrub-obsolete/main

Tree @scrub-obsolete/main (Download .tar.gz)

sym @scrub-obsolete/mainraw · history · blame

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