MCPcopy Create free account
hub / github.com/OpenMS/OpenMS / pushintptr

Function pushintptr

cmake/Windows/Contrib/Inetc/pluginapi.c:289–294  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289void NSISCALL pushintptr(INT_PTR value)
290{
291 TCHAR buffer[30];
292 wsprintf(buffer, sizeof(void*) > 4 ? _T("%Id") : _T("%d"), value);
293 pushstring(buffer);
294}

Callers

nothing calls this directly

Calls 1

pushstringFunction · 0.85

Tested by

no test coverage detected