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

This file contains ambiguous Unicode characters!

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语言源文件。