dwww Home | Show directory contents | Find package

#! /bin/sh
# generate prototypes, if your style is the same as mine
for i
do
        rm $i:r.pro 2>/dev/null
        grep -v '[{};:#]' $i | grep '^[A-Za-z]' |
                grep -v static | sed 's/$/;/' >! $i:r.pro
done

Generated by dwww version 1.15 on Sat May 18 12:10:46 CEST 2024.