Lines Matching refs:functions
29 * The calling convention of functions is "C" (CDECL).
64 functions. Failure to do so resulted in creating binaries
134 6. I see that the ZLIB1.DLL functions use the "C" (CDECL) calling
144 - Most of the native Windows API functions (without varargs) use
146 Win32), but the standard C functions use CDECL. If a user
148 it calls native Windows API functions such as CreateFile()),
149 sometimes it makes sense to decorate its own functions with
151 it calls standard C functions such as fopen()), it is not a
154 functions STDCALL-able.
161 functions, just like CDECL. It is unfortunate that, in spite
221 are calling standard C functions), must link to the same
244 DLLs that call standard C functions must link to a C run-time