Ubuntu – VS Code C/C++ extension intellisense can't detect environment specific functions
When I'm writing C codes on VS Code, IntelliSense can't detect functions declared in standard libraries, while the project compile properly. Details: The flockfile function is declared as void flockfile (FILE *__stream) in stdio.h, however IntelliSense treats the function wrongly.…