Linux Mint
My Places
Sign in
Community
Software
Users
Moderation
Beta Testing
ISO Images
Teams
protoize
Create/remove ansi prototypes from c code
http://gcc.gnu.org/
0
no reviews
Install
"protoize" can be used 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.