Compliling c programs to C89/C90 standard in VSC

750 Views Asked by At

I'm learning C90/90 in uni using MinGW compiler. Now I want to use VSC instead of CodeBlocks which my prof uses.

How would I go about changing the compilers settings to disallow any functions that are not included within C90?

0

There are 0 best solutions below