Source-Changes archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

Re: CVS commit: basesrc



On Fri, Nov 26, 1999 at 08:23:54AM +1100, Luke Mewburn wrote:
> Lex Wennmacher writes:
> > 
> >      char *
> >      svis(char *dst, int c, int flag, int nextc, const char *extra);
> > 
> >      int
> >      strsvis(char *dst, const char *src, int flag, const char *extra);
> > 
> >      int
> >      strsvisx(char *dst, const char *src, size_t len, int flag,
> >              const char *extra);
> 
> Will we see the `unvis' equivalent of these?

unvis(3) and strunvis(3) should just work fine with what svis and friends
produce.



Home | Main Index | Thread Index | Old Index