Cppcheck is an analysis tool for C/C code.
It only detects the types of bugs that the compilers normally fail to detect.
Supported platforms:
- You can check non-standard code that includes various compiler extensions, inline assembly code, etc.
- Cppcheck is supposed to be compilable by any C compiler which handles the latest C standard.
- Cppcheck is supposed to work on any platform that has sufficient cpu and memory.
Great Programm to check your C -Code