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

Function historical_sfo_char

src/sfstruct.c:105–110  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

103void historical_sfi_char(NHFILE *, char *d_char, const char *, int);
104
105void
106historical_sfo_char(NHFILE *nhfp, char *d_char,
107 const char *myname UNUSED, int cnt)
108{
109 bwrite(nhfp->fd, (genericptr_t) d_char, cnt * sizeof (char));
110}
111
112void
113historical_sfi_char(NHFILE *nhfp, char *d_char,

Callers

nothing calls this directly

Calls 1

bwriteFunction · 0.85

Tested by

no test coverage detected