#!/bin/sh
sourcepath=/afs/sipb/project/kcll/src
echo "Collecting Limey C Functions from $sourcepath/*.c"
grep llregister_cfunc $sourcepath/*.c | awk -F\" '{ print $2 }'
