style: fix include order in all source files

Move C stdlib headers before local/project headers with a
blank line separator, matching the AGENTS.md include order rule.

Replace em dash with colon in main.c comment.
This commit is contained in:
2026-06-15 04:35:44 +02:00
parent 3ce42cc8db
commit 657d154560
8 changed files with 13 additions and 6 deletions
+1 -1
View File
@@ -1,4 +1,4 @@
// Template placeholder replace with your own entry point.
// Template placeholder: replace with your own entry point.
// Remove or rename this file when scaffolding a new project.
#include "ctdd/str.h"