From: Damian Yerrick Newsgroups: comp.os.msdos.djgpp Subject: Re: array casting Organization: Pin Eight Software http://pineight.8m.com/ Message-ID: References: <3A5F2E12 DOT 9A6C50FC AT ma DOT tum DOT de> <93ndcm$l5q$1 AT nnrp1 DOT deja DOT com> <3A5F3FD0 DOT FA33C29B AT ma DOT tum DOT de> X-Newsreader: Forte Agent 1.7/32.534 MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7bit Lines: 10 X-Trace: /wq5/eQ4liHpN+rUL7A4ETZsogGoTLuzD6h+qNrv8l/udBm6qcas18MXMukr8lCtpZnVAlsWHfc7!7pkRLhfqPRCzPtyGNWWkFLCRqpa8NoO/cb8ZZTmsrzGpyT7hz6qx8S4+OEjUmwS4KB8s84SrFqP0!2zWjZw== X-Complaints-To: abuse AT gte DOT net X-Abuse-Info: Please be sure to forward a copy of ALL headers X-Abuse-Info: Otherwise we will be unable to process your complaint properly NNTP-Posting-Date: Wed, 17 Jan 2001 04:21:10 GMT Distribution: world Date: Wed, 17 Jan 2001 04:21:10 GMT To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com On Fri, 12 Jan 2001 18:33:04 +0100, Waldemar Schultz wrote: >Tom St Denis schrieb: > >> passing myfunc(int a[]) is bad form... instead myfunc(int *a) is clearer. > >I know, but that's the libraries prototype I have to live with. Which library is this?