This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

RE: Re: V3 PATCH: Fix const-correctness in use of iconv


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);
> 
> 

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]