使用道具 举报
Post by liquid_zigong indent
Post by kj501 indent没有这个功能吧? 举个例子看看。
Post by waq indent唯一的作用就是转换源代码的风格!
gcc *.c -aux-info all.h
Post by 乱云飞渡 已经差不多搞定了 用GCC里的protoize命令来转换源码格式,例: protoize contour.c /* 注意这样会直接修改原文件 */ 用GCC里的gcc命令来生成头文件,例: gcc *.c -aux-info all.h
本版积分规则 发表回复 回帖后跳转到最后一页