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.
 
 
 
 
 

12 lines
205 B

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