Report issue Add example

protoize

Convert GNU-C code to ANSI-C code

Description

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.

Syntax

protoize(options)(parameters)

Options

-d: Set the directory for code conversion;
-x: Files to exclude during conversion.

Parameters

File: C source files to be converted.