15 lines
440 B
Bash
Executable File
15 lines
440 B
Bash
Executable File
#!/bin/sh
|
|
#BHEADER***********************************************************************
|
|
# (c) 1999 The Regents of the University of California
|
|
#
|
|
# See the file COPYRIGHT_and_DISCLAIMER for a complete copyright
|
|
# notice, contact person, and disclaimer.
|
|
#
|
|
# $Revision$
|
|
#EHEADER***********************************************************************
|
|
|
|
mkproto $* \
|
|
| awk '(NR > 6) && ($1 !~ /#undef/)' \
|
|
| sed -e 's/ P((/( /g; s/);/;/g'
|
|
|