#!/bin/sh
# Extract the initialization actions for builtin things.

gcc -I/usr/athena/include -L/usr/athena/lib -E -DSCM_MAGIC_SNARFER $* | grep "^ *% *% *%" | sed -e "s/^ *% *% *%//"
