linux 命令和教程补充

This commit is contained in:
estomm
2021-12-24 11:16:28 +08:00
parent 40e916976b
commit b7c3653392
586 changed files with 46455 additions and 39 deletions

View File

@@ -0,0 +1,27 @@
unprotoize
===
删除C语言源代码文件中的函数原型
## 补充说明
**unprotoize命令** 属于gcc套件用于删除C语言源代码文件中的函数原型。
### 语法
```shell
unprotoize(选项)(参数)
```
### 选项
```shell
-d设置需要转换代码的目录
-x转换代码时排除的文件。
```
### 参数
文件需要转换代码的C语言源文件。