On Wed, 13 Mar 2002 16:10:57 -0500
Glenn Maynard <[EMAIL PROTECTED]> wrote:

> On Wed, Mar 13, 2002 at 01:59:07PM -0500, Michael B Allen wrote:
> > > >   char *dec_mbscpy_new(char **src, const char *fromcode);
> > > >   char *dec_mbsncpy_new(char **src, size_t sn, size_t dn,
> > > >                                     int wn, const char *fromcode);
> > > 
> > > mumble grumble
> > 
> > Are you serious or are you joking?
> 
> Serious in that they're overly-long names that don't follow patterns most
> everyone is used to; joking in that it's not a major issue that's worth
> spending time debating.  (I'd probably rename them if I ever used the code.)

Changes made:

  char *dec_mbsdup(char **src, const char *fromcode);
  char *dec_mbsndup(char **src, size_t sn, size_t dn,
                                int cn, const char *fromcode);

Thanks for the feedback,
Mike

-- 
May The Source be with you.

--
Linux-UTF8:   i18n of Linux on all levels
Archive:      http://mail.nl.linux.org/linux-utf8/

Reply via email to