make.next 75 B

12345
  1. #!/bin/sh
  2. sed -n '
  3. s:^.*ALLOCDEF.*"\(.*\)".*$:struct \1 *h_\1 = 0;:p
  4. ' $*