You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
unprotoize
删除C语言源代码文件中的函数原型
补充说明
unprotoize命令 属于gcc套件,用于删除C语言源代码文件中的函数原型。
语法
unprotoize(选项)(参数)
-d:设置需要转换代码的目录;
-x:转换代码时排除的文件。
参数
文件:需要转换代码的C语言源文件。