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.

28 lines
478 B

7 years ago
unprotoize
===
删除C语言源代码文件中的函数原型
## 补充说明
**unprotoize命令** 属于gcc套件用于删除C语言源代码文件中的函数原型。
### 语法
```
unprotoize(选项)(参数)
```
### 选项
```
-d设置需要转换代码的目录
-x转换代码时排除的文件。
```
### 参数
文件需要转换代码的C语言源文件。
<!-- Linux命令行搜索引擎https://jaywcjlove.github.io/linux-command/ -->