refactor(peachmsg): migrate to nullptr, -std=c23; docs: update C references to C23

This commit is contained in:
2026-07-02 02:09:00 -04:00
parent c529815d54
commit dfafc08fde
5 changed files with 11 additions and 11 deletions
+1 -1
View File
@@ -72,7 +72,7 @@ PeachWM follows a consistent style throughout the codebase. Please match it.
### Build and Compiler
- The project uses **C11** (`-std=c11`).
- The project uses **C23** (`-std=c23`).
- The **Makefile** is POSIX make. Do not introduce autotools, CMake, or meson.
- Ensure your code compiles cleanly with `make debug` and `make release` --
CI checks both targets.