| 713 | } |
| 714 | |
| 715 | int |
| 716 | strenvisx(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 |
nothing calls this directly
no test coverage detected