You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 

16 lines
243 B

// Abnormal program exit.
#ifndef _CL_ABORT_H
#define _CL_ABORT_H
namespace cln {
#ifdef _CL_MACROS_H
nonreturning_function(extern, cl_abort, (void));
#else
extern void cl_abort (void);
#endif
} // namespace cln
#endif /* _CL_ABORT_H */