Codebase list libmawk / debian/1.0.0-2 tools / sym
debian/1.0.0-2

Tree @debian/1.0.0-2 (Download .tar.gz)

sym @debian/1.0.0-2

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