In message <[EMAIL PROTECTED]>
          Benjamin Stuhl <[EMAIL PROTECTED]> wrote:

> Thus wrote the illustrious Simon Cozens:
> [severely trimmed]
> >     STRING* string_make(void *buffer, IV buflen, IV
> > encoding, IV flags, IV type)
> >     STRING* string_copy(STRING* s)
> >     void string_destroy(STRING *s)
>
> *cough* Namespace pollution *cough*
>
> These should proably all be prefixed...

Especially since all function names starting with str are strictly
speaking reserved to ANSI/ISO for future expansion of the string.h
facilities ;-)

Tom

-- 
Tom Hughes ([EMAIL PROTECTED])
http://www.compton.nu/

Reply via email to