I found this example usage of xargs: find . -name ‘*.c’ | xargs grep ‘stdlib.h’

Why not just pipe to grep?