protoize
Create/remove ANSI prototypes from C code
Install
- All systems
-
curl cmd.cat/protoize.sh
- Debian
-
apt-get install protoize
- Ubuntu
-
apt-get install protoize
- CentOS
-
yum install protoize
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install protoize
- Raspbian
-
apt-get install protoize
- Dockerfile
- dockerfile.run/protoize
protoize
Create/remove ANSI prototypes from C code
"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.
gcc
GNU C compiler
This is the GNU C compiler, a fairly portable optimizing compiler for C. This is a dependency package providing the default GNU C compiler.