Can someone explains what's the function of "cdecl" for example in stdio.h ?
for example the following line
_CRTIMP int __cdecl printf(const char *, ...);
what does?
In stdio.h there isn't classical functions definitions, so where are definitions? the line above calls something related with definitions such as modules or dlls?
for example the following line
_CRTIMP int __cdecl printf(const char *, ...);
what does?
In stdio.h there isn't classical functions definitions, so where are definitions? the line above calls something related with definitions such as modules or dlls?