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