Remove function prototypes from C source code files.
The unprotoize command is part of the GCC suite and is used to remove function prototypes from C language source code files.
unprotoize (option) (parameter)
-d: Set the directory where code needs to be converted;
-x: Files to exclude when converting code.
File: C source files that need code conversion.