Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/NetHack/NetHack
/ FITSuint_
Function
FITSuint_
src/alloc.c:275–283 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
273
}
274
275
unsigned
276
FITSuint_(unsigned long long ull, const char *file, int line)
277
{
278
unsigned uret = (unsigned) ull;
279
280
if (uret != ull)
281
panic(
"Overflow at %s:%d"
, file, line);
282
return uret;
283
}
284
285
/*alloc.c*/
Callers
1
nhdupstr
Function · 0.85
Calls
1
panic
Function · 0.50
Tested by
no test coverage detected