Codebase list libmawk / debian/latest tools / sym
debian/latest

Tree @debian/latest (Download .tar.gz)

sym @debian/latestraw · history · blame

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