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