4 lines
64 B
Plaintext
4 lines
64 B
Plaintext
|
sed -n '
|
||
|
s:^.*ALLOCDEF.*"\(.*\)".*$:struct \1 *h_\1 = 0;:p
|
||
|
' $*
|