File: BCPP_HOWTO

package info (click to toggle)
garmindev 0.3.4%2Bsvn3432-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 704 kB
  • ctags: 985
  • sloc: cpp: 8,631; makefile: 4
file content (6 lines) | stat: -rw-r--r-- 173 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
To beautify all source code do:

cd src
find ./ -name "*.h" -exec bcpp -fnc ../bcpp.config -fi {} \;
find ./ -name "*.cpp" -exec bcpp -fnc ../bcpp.config -fi {} \;
rm *.orig