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

Function do_grep_rewrite

util/makedefs.c:898–904  ·  view source on GitHub ↗
(buf)

Source from the content-addressed store, hash-verified

896
897#ifdef notyet
898static void
899do_grep_rewrite(buf)
900char *buf;
901{
902 /* no language features use this yet */
903 return;
904}
905#endif
906
907static void grep0(FILE *, FILE *, int);

Callers 1

grep0Function · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected