TrumanWong

unprotoize

Delete function prototypes in C language source code files

Supplementary instructions

unprotoize command belongs to the gcc suite and is used to delete function prototypes in C language source code files.

grammar

unprotoize(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.