readr

Minimal Terminal RSS Reader
Log | Files | Refs | README | LICENSE

.clangd (254B)



CompileFlags:
  Add: [
    -x,c,
    -Wall,
    -Wextra,
    -Wshadow,
    -Wpointer-arith,
    -Wcast-qual,
    -Wcast-align,
    -Wstrict-prototypes,
    -Wmissing-prototypes,
    -Wconversion,
    "-std=c23",
    -g,
    "-I/opt/homebrew/include"
  ]