MCPcopy Create free account
hub / github.com/cgsecurity/testdisk / aff_txt

Function aff_txt

src/askloc.c:552–560  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

550}
551
552static int aff_txt(const int line, WINDOW *window, const char *_format, ...)
553{
554 int next_line;
555 va_list ap;
556 va_start(ap,_format);
557 next_line=vaff_txt(line, window, _format, ap);
558 va_end(ap);
559 return next_line;
560}
561#endif

Callers 1

askloc.cFile · 0.85

Calls 1

vaff_txtFunction · 0.85

Tested by

no test coverage detected