Pristine Ack-5.5
[Ack-5.5.git] / lang / cem / libcc.ansi / stdlib / malloc / add_file
1 echo ''
2 echo '/**********************************************************/'
3 echo '/*'
4 echo '/*                ' This was file $1
5 echo '/*'
6 echo '/**********************************************************/'
7 echo ''
8 cat $1 |
9 sed '
10         /#include[      ].*"/d
11         s/^public/private/
12         s/^publicdata/static/
13 '
14 echo ''