UNPKG

497 BMarkdownView Raw
1protoize
2===
3
4GNU-C代码转换为ANSI-C代码
5
6## 补充说明
7
8**protoize命令** 属于gcc套件,用于为C语言源代码文件添加函数原型,将GNU-C代码转换为ANSI-C代码。
9
10### 语法
11
12```shell
13protoize(选项)(参数)
14```
15
16### 选项
17
18```shell
19-d:设置需要转换代码的目录;
20-x:转换代码时排除的文件。
21```
22
23### 参数
24
25文件:需要转换代码的C语言源文件。
26
27
28<!-- Linux命令行搜索引擎:https://jaywcjlove.github.io/linux-command/ -->
\No newline at end of file