Delete function prototypes in C language source code files
unprotoize command belongs to the gcc suite and is used to delete function prototypes in C language source code files.
unprotoize(option)(parameter)
-d: Set the directory where the code needs to be converted;
-x: Files to exclude when transcoding.
File: C language source file that needs to be converted into code.