#!/bin/sh

for file in foo.[in][cdpt]*
do
  funcheck $file
done
