aboutsummaryrefslogtreecommitdiffstats
path: root/gcc-4.9/gcc/testsuite/gcc.target/avr/exit-abort.h
blob: cf7df203a95ffd8c0b48cec3f8a20fb52a8ee9d3 (plain)
1
2
3
4
5
6
7
8
#ifdef __cplusplus
extern "C" {
#endif
  extern void exit (int);
  extern void abort (void);
#ifdef __cplusplus
}
#endif