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

Function strenvisx

extern/editline/src/vis.c:715–720  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

713}
714
715int
716strenvisx(char *mbdst, size_t dlen, const char *mbsrc, size_t len, int flags,
717 int *cerr_ptr)
718{
719 return istrsenvisx(mbdst, &dlen, mbsrc, len, flags, "", cerr_ptr);
720}
721#endif

Callers

nothing calls this directly

Calls 1

istrsenvisxFunction · 0.85

Tested by

no test coverage detected