projects
/
h316.git
/ blame_incremental
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
blame
(non-incremental) |
history
|
HEAD
Fixed dependencies in Makefile
[h316.git]
/
lib
/
fortran
/
script
/
extractnames
This page requires JavaScript to run. Use
this page
instead.
... / ...
Commit
Line
Data
1
#!/bin/bash
2
3
#Show the defined symbols in an object file or library
4
5
ldc $1 | egrep "^[A-Z].*\((6)|0-0\)"| awk '{print $1}'