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

25 years ago
  1. // Abnormal program exit.
  2. #ifndef _CL_ABORT_H
  3. #define _CL_ABORT_H
  4. #ifdef _CL_MACROS_H
  5. nonreturning_function(extern, cl_abort, (void));
  6. #else
  7. extern void cl_abort (void);
  8. #endif
  9. #endif /* _CL_ABORT_H */