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=-1.9 required=5.0 tests=BAYES_00,XPRIO autolearn=ham autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,8893269a4640c798,start X-Google-Attributes: gid103376,public X-Google-ArrivalTime: 2003-07-17 11:25:22 PST Path: archiver1.google.com!news1.google.com!newsfeed.stanford.edu!logbridge.uoregon.edu!guardian.oit.duke.edu!solaris.cc.vt.edu!news.vt.edu!image.surnet.ru!newsfeed.rt.ru!comstar.ru!teleglobe.net!151.99.250.105.MISMATCH!news.finmeccanica.it!not-for-mail From: "Riccardo" Newsgroups: comp.lang.ada Subject: terminate applications Date: Thu, 17 Jul 2003 12:39:50 +0200 Organization: Finmeccanica Message-ID: NNTP-Posting-Host: 172.26.101.146 X-Priority: 3 X-MSMail-Priority: Normal X-Newsreader: Microsoft Outlook Express 5.50.4522.1200 X-MIMEOLE: Produced By Microsoft MimeOLE V5.50.4522.1200 Xref: archiver1.google.com comp.lang.ada:40423 Date: 2003-07-17T12:39:50+02:00 List-Id: is present a function that terminated applications? if yes what's? for example: exit(0); // language C thanks bye