MCPcopy Create free account
hub / github.com/FirebirdSQL/firebird / strnvis

Function strnvis

extern/editline/src/vis.c:686–690  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

684}
685
686int
687strnvis(char *mbdst, size_t dlen, const char *mbsrc, int flags)
688{
689 return istrsenvisxl(mbdst, &dlen, mbsrc, flags, "", NULL);
690}
691
692/*
693 * strvisx - visually encode characters from src into dst

Callers

nothing calls this directly

Calls 1

istrsenvisxlFunction · 0.85

Tested by

no test coverage detected