Example: find . -type f -iname '*.c' | while read -r i; do cat -s "$i" > "$i.new" mv "$i.new" "$i" done
.add a d3d10 driver. .add more utility functions to d3d*_common files. .add an image transfer/convert function to dxgi_common. .various refactors / style nits.