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.
unprotoize
===
删除C语言源代码文件中的函数原型
## 说明
**unprotoize命令** 属于gcc套件,用于删除C语言源代码文件中的函数原型
## 选项
```
unprotoize(选项)(参数)
-d:设置需要转换代码的目录
-x:转换代码时排除的文件
### 参数
文件:需要转换代码的C语言源文件