cundecl
C source code utilities
Install
- All systems
-
curl cmd.cat/cundecl.sh
- Debian
-
apt-get install cutils
- Ubuntu
-
apt-get install cutils
- Kali Linux
-
apt-get install cutils
- Windows (WSL2)
-
sudo apt-get update
sudo apt-get install cutils
- Raspbian
-
apt-get install cutils
- Dockerfile
- dockerfile.run/cundecl
cutils
C source code utilities
This package contains several utilities which may be useful to developers of C source code utilities, namely: cdecl and cundecl - decode and encode C type declarations cobfusc - make a C source file unreadable but compilable chilight - highlight C source files cunloop - unloop C loops yyextract - extract grammar rules from yacc grammar yyref - yacc grammar reference program