refactor(peachmsg): migrate to nullptr, -std=c23; docs: update C references to C23
This commit is contained in:
+1
-1
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user