
tool
ok_day
蓝牙
展开
-
astyle使用方法记录
--pad-paren-out, -d Insert space padding around parenthesis on the outside only. Any end of line comments will remain in the original column, if possible. This can be used with --unpad-paren below to原创 2014-11-05 18:40:25 · 815 阅读 · 0 评论 -
关于代码格式化工具astyle
find ./ -name a2dp.c -exec astyle --style=ansi {} \;原创 2014-11-04 16:44:34 · 793 阅读 · 0 评论 -
astyle
#!/bin/bashset -xFINDCMD=`which find`ASTYLE=`which astyle`CPATH=$1# $ASTYLE `$FINDCMD $PATH -name '*.cpp' -o -name '*.h' -o -name '*.c' `for i in `$FINDCMD $CPATH -name '*.cpp'原创 2014-11-06 21:32:01 · 646 阅读 · 0 评论