C Language Development Guidelines
Objective: Define standards for safe, portable, and maintainable C code, covering C standards, memory safety, pointer discipline, build systems, and security tooling.
Source File
View the full rule: .agent/rules/c.md
Sections
- C Standard, Compiler Configuration & Portability
- Memory Safety
- Pointers & Strings
- Macros & Preprocessor
- Build, Testing & Security
