Report issue Add example

unprotoize

Remove function prototypes from C source code files.

Description

The unprotoize command is part of the GCC suite and is used to remove function prototypes from C language source code files.

Syntax

unprotoize (option) (parameter)

Options

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

Parameters

File: C source files that need code conversion.