Convert GNU-C code to ANSI-C code
The protoize command is part of the GCC suite and is used to add function prototypes to C source files, converting GNU-C code to ANSI-C code.
protoize(options)(parameters)
-d: Set the directory for code conversion;
-x: Files to exclude during conversion.
File: C source files to be converted.