unprotoize
Create/remove ANSI prototypes from C code
Install
- All systems
-
curl cmd.cat/unprotoize.sh
- Debian
-
apt-get install protoize
- Ubuntu
-
apt-get install protoize
- Alpine
-
apk add gcc
- Arch Linux
-
pacman -S gcc
- Kali Linux
-
apt-get install gcc
- CentOS
-
yum install gcc
- Fedora
-
dnf install gcc
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install protoize
- OS X
-
brew install gcc
- Raspbian
-
apt-get install protoize
- Dockerfile
- dockerfile.run/unprotoize
- Docker
-
docker run cmd.cat/unprotoize unprotoize
powered by Commando
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.