updated version

This commit is contained in:
2026-02-11 14:04:00 -07:00
parent b934f79878
commit d2d0a508ec
8 changed files with 295 additions and 185 deletions

14
.clangd Normal file
View File

@@ -0,0 +1,14 @@
# .clangd
CompileFlags:
Add:
- -I./include # Add your project's include directory
- -std=gnu11 # Use C11 standard with GNU extensions
- -Wall # Enable all warnings
- -Wextra # Extra warnings
- -Wno-unused-parameter # Optional: suppress some noisy warnings
Index:
Threads: 0 # Use all available cores for indexing
Diagnostics:
Suppress: [] # You can list warnings/errors to ignore if needed