X-Authentication-Warning: delorie.com: mailnull set sender to djgpp-bounces using -f Date: Mon, 21 Jan 2002 15:35:14 -0500 Message-Id: <200201212035.g0LKZEc12617@envy.delorie.com> From: DJ Delorie To: djgpp AT delorie DOT com CC: jade AT cdict DOT umcc DOT cu In-reply-to: <009d01c1a2c2$d714bc20$6e0510ac@et30> (jade@cdict.umcc.cu) Subject: Re: What's going on References: <009d01c1a2c2$d714bc20$6e0510ac AT et30> Reply-To: djgpp AT delorie DOT com Errors-To: nobody AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk > int main (int argc,char * argv) Should be char ** argv It's an array of strings, not an array of individual characters.