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

Function build_dlb_filename

src/dlb.c:262–268  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

260
261#ifdef VERSION_IN_DLB_FILENAME
262char *
263build_dlb_filename(const char *lf)
264{
265 Sprintf(dlbfilename, "%s%d%d%d",
266 lf ? lf : DLBBASENAME, VERSION_MAJOR, VERSION_MINOR, PATCHLEVEL);
267 return dlbfilename;
268}
269#endif
270
271/*ARGSUSED*/

Callers 3

reveal_pathsFunction · 0.85
lib_dlb_initFunction · 0.85
mainFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected