Codebase list libmawk / 30b66529-447f-407d-a34b-b48ac0e29c37/main tools / sym
30b66529-447f-407d-a34b-b48ac0e29c37/main

Tree @30b66529-447f-407d-a34b-b48ac0e29c37/main (Download .tar.gz)

sym @30b66529-447f-407d-a34b-b48ac0e29c37/mainraw · history · blame

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