#!/bin/sh

for x in *.h *.C
do     
	bcpp -f 2 -ylcnc -t -cc 32 -bnl -yb $x
done
