]> www.ginac.de Git - cln.git/blob - include/cln/abort.h
* All Files have been modified for inclusion of namespace cln;
[cln.git] / include / cln / abort.h
1 // Abnormal program exit.
2
3 #ifndef _CL_ABORT_H
4 #define _CL_ABORT_H
5
6 namespace cln {
7
8 #ifdef _CL_MACROS_H
9 nonreturning_function(extern, cl_abort, (void));
10 #else
11 extern void cl_abort (void);
12 #endif
13
14 }  // namespace cln
15
16 #endif /* _CL_ABORT_H */