]> www.ginac.de Git - cln.git/blob - include/cl_abort.h
- Added lots of @cindex to produce an index.
[cln.git] / include / cl_abort.h
1 // Abnormal program exit.
2
3 #ifndef _CL_ABORT_H
4 #define _CL_ABORT_H
5
6 #ifdef _CL_MACROS_H
7 nonreturning_function(extern, cl_abort, (void));
8 #else
9 extern void cl_abort (void);
10 #endif
11
12 #endif /* _CL_ABORT_H */