From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-0.3 required=5.0 tests=BAYES_00, REPLYTO_WITHOUT_TO_CC autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,aeab6b16387b2612,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2001-07-15 20:33:23 PST Path: archiver1.google.com!newsfeed.google.com!newsfeed.stanford.edu!news.tele.dk!195.158.233.21!news1.ebone.net!news.ebone.net!news.ipartners.pl!news.internetia.pl!news.tpi.pl!not-for-mail From: taw@pb220.legnica.sdi.tpnet.pl (Tomasz Wegrzanowski) Newsgroups: comp.lang.ada Subject: How to do it in Ada ? Date: 16 Jul 2001 03:33:22 GMT Organization: tp.internet - http://www.tpi.pl Message-ID: <9itna2$i5b$1@news.tpi.pl> Reply-To: taw@users.sourceforge.net NNTP-Posting-Host: pb220.legnica.sdi.tpnet.pl X-Trace: news.tpi.pl 995254402 18603 213.25.230.220 (16 Jul 2001 03:33:22 GMT) X-Complaints-To: usenet@tpi.pl NNTP-Posting-Date: 16 Jul 2001 03:33:22 GMT User-Agent: slrn/0.9.7.1 (Linux) Xref: archiver1.google.com comp.lang.ada:9982 Date: 2001-07-16T03:33:22+00:00 List-Id: int main(int argc, char **argv) { int *x; int n; n = (argc==1)?1:atoi(argv[1]); x = malloc (n*sizeof(int)); for (x=0;x