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
493 B

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