This file contains ambiguous Unicode characters that may be confused with others in your current locale. If your use case is intentional and legitimate, you can safely ignore this warning. Use the Escape button to highlight these characters.
protoize
===
GNU-C代码转换为ANSI-C代码
## 说明
**protoize命令** 属于gcc套件,用于为C语言源代码文件添加函数原型,将GNU-C代码转换为ANSI-C代码
## 选项
```
protoize(选项)(参数)
-d:设置需要转换代码的目录
-x:转换代码时排除的文件
### 参数
文件:需要转换代码的C语言源文件