Re: unsigned char** argv
- From: pete <pfiland@xxxxxxxxxxxxxx>
- Date: Fri, 24 Mar 2006 14:56:15 GMT
ais523 wrote:
According to a C89 draft, 'A pointer to void shall have
the same representation and alignment requirements as a pointer to a
character type. Other pointer types need not have the same
representation or alignment requirements.'; does this mean that void*
must have the same representation as all three pointer-to-character
types
Yes.
--
pete
.
- References:
- unsigned char** argv
- From: ais523
- unsigned char** argv
- Prev by Date: Re: To reverse a string
- Next by Date: Re: How to know the size of array
- Previous by thread: unsigned char** argv
- Next by thread: Re: unsigned char** argv
- Index(es):
Relevant Pages
|