Browse wiki
| Component programs
|
protize,unprotoize +
|
| Computer languages
|
C +
|
| Full description
|
The program 'protoize' is an optional part … The program 'protoize' is an optional part of GNU C. You can use it to add prototypes to a program, thus converting the program to ANSI C in one respect. The companion program unprotoize does the reverse: it removes argument types from any prototypes that are found. The user specifies a set of source files as command line arguments. The conversion programs then compiles these files to see what functions they define. The specified files are all eligible to be converted, as are any files they include (whether sources or just headers). By default, protoize and unprotoize convert only source and header files in the current directory. Basic conversion with protoize consists of rewriting most function definitions and function declarations to specify the types of the arguments. The only ones not rewritten are those for varargs functions.rewritten are those for varargs functions.
|
| GNU package identifier
|
gcc +
|
| Homepage URL
|
http://www.gnu.org/software/gcc +
|
| Interface
|
command-line +
|
| Is GNU
|
true +
|
| Keywords
|
development +
, programming +
, source code +
, C +
, protoize +
, prototype +
|
| Last review by
|
Janet Casey +
|
| Last review date
|
24 July 2001 +
|
| License
|
GPLv2orlater +
|
| License verified by
|
Janet Casey +
|
| License verified date
|
24 July 2001 +
|
| Name
|
protoize +
|
| Revisionid
|
16,041 +
|
| Revisiontimestamp
|
12 October 2012 13:33:33 +
|
| Revisionuser
|
User:Ezephir +
|
| Role
|
Maintainer +
|
| Short description
|
Creates or removes prototypes from C code +
|
| Software-development
|
small-specific-development-task +
|
| Submitted by
|
Database conversion +
|
| Submitted date
|
1 April 2011 +
|
| Use
|
software-development +
|
| User level
|
none +
|
| Version comment
|
NO_VERSION_DATA
|
| Version date
|
1 January 1970 +
|
| Version identifier
|
NO_VERSION_DATA +
|
| Version status
|
stable +
|
| Has queryThis property is a special property in this wiki.
|
Protoize +
, Protoize +
, Protoize +
, Protoize +
, Protoize +
, Protoize +
, Protoize +
, Protoize +
|
| Modification dateThis property is a special property in this wiki.
|
5 March 2013 19:36:04 +
|
| Page has default formThis property is a special property in this wiki.
|
Entry +
|
| Has subobjectThis property is a special property in this wiki.
|
Protoize +
, Protoize +
, Protoize +
|
Permission is granted to copy, distribute and/or modify this document
under the terms of the GNU Free Documentation License, Version 1.3 or
any later version published by the Free Software Foundation; with no
Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A
copy of the license is included in the page “GNU Free
Documentation License”.
The copyright and license notices on this page only apply to the
text on this page. Any software described in this text has its
own copyright notice and license, which can usually be found in
the distribution itself.