#ifdef __cplusplus
extern "C" {
#endif
  extern void exit (int);
  extern void abort (void);
#ifdef __cplusplus
}
#endif
