adds a script to generate a clangd file for editor usage

This commit is contained in:
2025-05-29 10:50:23 -04:00
parent bdd20608fa
commit df4a508066
4 changed files with 21 additions and 8 deletions

View File

@ -5,16 +5,9 @@
#define EOF (-1)
#ifdef __cplusplus
extern "C" {
#endif
int printf(const char* __restrict, ...);
int putchar(int);
int puts(const char*);
#ifdef __cplusplus
}
#endif
#endif