analyze_code
Static analysis of C source code to flag unsafe functions, missing &, assignment in conditions, unbalanced braces, missing main, unchecked malloc, and more. No compilation required.
Instructions
Static analysis of C source WITHOUT compiling: flags unsafe gets(), scanf-missing-&, assignment-in-if, unbalanced braces, missing main(), unchecked malloc, Turbo C float I/O pitfalls, and more. Instant, no toolchain required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| code | Yes | C source code. |