MCPcopy Create free account
hub / github.com/crawl/crawl / make_stringf

Function make_stringf

crawl-ref/source/stringutil.cc:297–304  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

295}
296
297string make_stringf(const char *s, ...)
298{
299 va_list args;
300 va_start(args, s);
301 string ret = vmake_stringf(s, args);
302 va_end(args);
303 return ret;
304}
305
306bool strip_suffix(string &s, const string &suffix)
307{

Callers 15

dgn_build_shoals_levelFunction · 0.85
branch_rune_descFunction · 0.85
_prompt_stairsFunction · 0.85
process_commandFunction · 0.85
mapdef_split_key_itemFunction · 0.85
str_depth_rangeMethod · 0.85
describeMethod · 0.85
_parse_weighted_strFunction · 0.85
parse_nsubst_specMethod · 0.85
add_nsubstMethod · 0.85
read_fullMethod · 0.85
loadMethod · 0.85

Calls 1

vmake_stringfFunction · 0.85

Tested by

no test coverage detected