aboutsummaryrefslogtreecommitdiffstats
path: root/genheader.sh
blob: b3a28e685eff5081b26a5f3de9862dd4d2bca954 (plain) (blame)
1
2
3
#!/bin/sh
cat libhashtable.c | grep -A 100 _A_ | grep -B 100 _B_ | grep -v "_[AB]_" > hashtable.h
cat libhashtable.c | grep '(.*) *{' | egrep -v 'if|for|while' | sed 's/ {/;/' >> hashtable.h