TrumanWong

protoize

Convert GNU-C code to ANSI-C code

Supplementary instructions

protoize command belongs to the gcc suite and is used to add function prototypes to C language source code files and convert GNU-C code to ANSI-C code.

grammar

protoize(option)(parameter)

Options

-d: Set the directory where the code needs to be converted;
-x: Files to exclude when transcoding.

Parameters

File: C language source file that needs to be converted into code.