MCPcopy 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
275unsigned
276FITSuint_(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

nhdupstrFunction · 0.85

Calls 1

panicFunction · 0.50

Tested by

no test coverage detected