From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: santosh Newsgroups: gmane.emacs.help Subject: Re: How to exit out of a function ? what is try-catch-throw in terms of Program Counter Date: Sun, 21 Oct 2007 23:13:44 +0530 Organization: Aioe.org NNTP Server Message-ID: References: <1192913158.922454.108100@k35g2000prh.googlegroups.com> <1192982853.186915.270360@y27g2000pre.googlegroups.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: 7Bit X-Trace: ger.gmane.org 1192992168 32757 80.91.229.12 (21 Oct 2007 18:42:48 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Sun, 21 Oct 2007 18:42:48 +0000 (UTC) To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Sun Oct 21 20:42:49 2007 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.50) id 1Ijfl9-0008C3-IE for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 20:42:47 +0200 Original-Received: from localhost ([127.0.0.1] helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Ijfl1-0007cF-TJ for geh-help-gnu-emacs@m.gmane.org; Sun, 21 Oct 2007 14:42:39 -0400 Original-Path: shelby.stanford.edu!headwall.stanford.edu!newsfeed.news2me.com!newsfeed.icl.net!newsfeed.fjserv.net!newsfeed.freenet.de!news.osn.de!diablo1.news.osn.de!feeder.erje.net!aioe.org!not-for-mail Original-Newsgroups: gnu.emacs.help,comp.lang.c,comp.lang.c++ Original-Followup-To: gnu.emacs.help Original-Lines: 8 Original-NNTP-Posting-Host: ePQN6f3vbjjtLvHkAdzJtA.user.aioe.org Original-X-Complaints-To: abuse@aioe.org User-Agent: KNode/0.10.2 Original-Xref: shelby.stanford.edu gnu.emacs.help:153171 comp.lang.c:827864 comp.lang.c++:954278 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:48672 Archived-At: abhy wrote: > If u want to exit from program exit is the keyword.. C has no keyword called exit. exit() is a Standard library function.