[clangd] add cmake files and guide for clangd usage

This commit is contained in:
2026-03-08 09:13:21 +03:00
parent 7eec2df5cd
commit 5ef9132b34
7 changed files with 70 additions and 45 deletions

3
include/add.h Normal file
View File

@@ -0,0 +1,3 @@
#include <stdint.h>
int32_t add(int32_t a, int32_t b);