#!/bin/sh
find . -name '*.h' -o -name '*.c*' | sort | uniq -d
