Mingw Build-ins Location

In which header file does Mingw define its builtins?
Last edited on
What do you mean by "builtins"?

If you are talking about __builtin* stuff, there isn't any header file. It is "built-in" to the compiler. That is, it is part of the compiler itself.

You'd have to read the compiler source code to find them.
Thank you so much you are very helpful and constructive. You have answered all of the things I wanted to know about this, so thank you.
Last edited on
Topic archived. No new replies allowed.