ADMB Documentation  -a65f1c97
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
signalh.cpp
Go to the documentation of this file.
1 /*
2  * $Id$
3  *
4  * Author: David Fournier
5  * Copyright (c) 2008-2012 Regents of the University of California
6  */
11 #include <fvar.hpp>
12 #if defined(__cpluscplus)
13 extern "C" {
14 #endif
15 
20 void exit_handler(int k)
21 {
22  exit(1);
23 }
24 
25 #if defined(__cpluscplus)
26 }
27 #endif
void exit_handler(int k)
Description not yet available.
Definition: signalh.cpp:20
Author: David Fournier Copyright (c) 2008-2012 Regents of the University of California.