MCPcopy Create free account
hub / github.com/NetHack/NetHack / Ysimple_name2

Function Ysimple_name2

src/objnam.c:2401–2408  ·  view source on GitHub ↗

capitalized variant of ysimple_name() */

Source from the content-addressed store, hash-verified

2399
2400/* capitalized variant of ysimple_name() */
2401char *
2402Ysimple_name2(struct obj *obj)
2403{
2404 char *s = ysimple_name(obj);
2405
2406 *s = highc(*s);
2407 return s;
2408}
2409
2410 /*
2411 * FIXME:

Callers 2

do_onameFunction · 0.85
use_containerFunction · 0.85

Calls 2

ysimple_nameFunction · 0.85
highcFunction · 0.85

Tested by

no test coverage detected