if [ -f $1 ]; then
/usr/lib/cpp -I/usr/ccppexec/include $1 >$1.cpp
runcc++exec $1.cpp
fi
