This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
RE: Re: V3 PATCH: Fix const-correctness in use of iconv
- To: "'gcc-patches at gcc dot gnu dot org'" <gcc-patches at gcc dot gnu dot org>
- Subject: RE: Re: V3 PATCH: Fix const-correctness in use of iconv
- From: "Billinghurst, David (CRTS)" <David dot Billinghurst at riotinto dot com>
- Date: Thu, 9 Nov 2000 03:59:06 -0000
and the Open Group Single Unix Specification V2 is identical
> -----Original Message-----
> From: Billinghurst, David (CRTS)
> Sent: Thursday, 9 November 2000 14:48
> To: 'gcc-patches@gcc.gnu.org'
> Subject: Re: V3 PATCH: Fix const-correctness in use of iconv
>
> irix6.5 also uses const char **inbuf for second argument
>
> NAME
> iconv - code conversion function
>
> SYNOPSIS
> #include <iconv.h>
>
> size_t iconv(iconv_t cd, const char **inbuf, size_t *inbytesleft,
> char **outbuf, size_t *outbytesleft);
>
>