MCPcopy Create free account
hub / github.com/LegacyUpdate/LegacyUpdate / popintptr

Function popintptr

include/nsis/pluginapi.c:284–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

282}
283
284INT_PTR NSISCALL popintptr(void)
285{
286 TCHAR buf[128];
287 if (popstringn(buf,COUNTOF(buf)))
288 return 0;
289 return nsishelper_str_to_ptr(buf);
290}
291
292int NSISCALL popint_or(void)
293{

Callers

nothing calls this directly

Calls 2

popstringnFunction · 0.85
nsishelper_str_to_ptrFunction · 0.85

Tested by

no test coverage detected