1  #ifdef __cplusplus
       2  extern "C" {
       3  #endif
       4    extern void exit (int);
       5    extern void abort (void);
       6  #ifdef __cplusplus
       7  }
       8  #endif
       1  #ifdef __cplusplus
       2  extern "C" {
       3  #endif
       4    extern void exit (int);
       5    extern void abort (void);
       6  #ifdef __cplusplus
       7  }
       8  #endif