Subject: Re: CVS commit: basesrc
To: Luke Mewburn <lukem@goanna.cs.rmit.edu.au>
From: Dr. Lex Wennmacher <wennmach@geo.Uni-Koeln.DE>
List: source-changes
Date: 11/25/1999 23:03:23
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.