mac book pro, ios newest version. gcc is installed, and xcode-select --install is done.
when I ran gcc path/to/hello.c, I got the following error
hello.c:1:10: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^~~~~~~~~
compilation terminated.
It was first shown when I tried to upgrade regex (module of python) with pip3. hello.c is just a test for gcc.
There is a similar topic in the forum, but I don't understand yet. How do I fix the problem.