I want to learn the source code of floor() in c Function library, so I use the Vs quick lookup definition function to find in VS, and then
I find that _Check_return_ _ACRTIMP double __cdecl floor(_In_ double _X);
statement。
I don't know what to do next.enter image description here
Because there seems to be only a macro definition, no function definition。 Is it that I should not use the IDE to view the source code, I am a newbie。