mirror of
https://github.com/Estom/notes.git
synced 2026-04-14 02:10:47 +08:00
linux 命令和教程补充
This commit is contained in:
27
Linux/command/unprotoize.md
Normal file
27
Linux/command/unprotoize.md
Normal file
@@ -0,0 +1,27 @@
|
||||
unprotoize
|
||||
===
|
||||
|
||||
删除C语言源代码文件中的函数原型
|
||||
|
||||
## 补充说明
|
||||
|
||||
**unprotoize命令** 属于gcc套件,用于删除C语言源代码文件中的函数原型。
|
||||
|
||||
### 语法
|
||||
|
||||
```shell
|
||||
unprotoize(选项)(参数)
|
||||
```
|
||||
|
||||
### 选项
|
||||
|
||||
```shell
|
||||
-d:设置需要转换代码的目录;
|
||||
-x:转换代码时排除的文件。
|
||||
```
|
||||
|
||||
### 参数
|
||||
|
||||
文件:需要转换代码的C语言源文件。
|
||||
|
||||
|
||||
Reference in New Issue
Block a user