14 #define __fileDECL __clrcall
16 #define __fileDECL __cdecl
22 #define __COMPARE(context, p1, p2) (*compare)(context, p1, p2)
24 #define __COMPARE(context, p1, p2) (*compare)(p1, p2)
49 void const*
const key,
51 unsigned int*
const num,
58 const void*
const key,
60 unsigned int*
const num,
61 unsigned int const width,
72 char*
const first =
static_cast<char*
>(
base);
76 __crt_state_management::scoped_global_state_reset saved_state;
#define _VALIDATE_RETURN(expr, errorcode, retexpr)
_Check_return_ _ACRTIMP void *__cdecl _lsearch_s(_In_ void const *_Key, _Inout_updates_bytes_((*_NumOfElements) *_SizeOfElements) void *_Base, _Inout_ unsigned int *_NumOfElements, _In_ size_t _SizeOfElements, _In_ _CoreCrtSecureSearchSortCompareFunction _CompareFunction, _In_ void *_Context)
GLint GLint GLsizei width
void *__fileDECL _lsearch(const void *const key, void *const base, unsigned int *const num, unsigned int const width, int(__fileDECL *compare)(void const *, void const *))
#define __COMPARE(context, p1, p2)
#define memcpy(s1, s2, n)