#!/bin/sh
find /Users/itsme-plain/sources/winddk/6000/inc -iname "*.h" -print0 | xargs -0 grep $*
