Fix warning with -Wsign-compare -Wsystem-headers
[official-gcc.git] / gcc / testsuite / gcc.target / avr / exit-abort.h
blobcf7df203a95ffd8c0b48cec3f8a20fb52a8ee9d3
1 #ifdef __cplusplus
2 extern "C" {
3 #endif
4 extern void exit (int);
5 extern void abort (void);
6 #ifdef __cplusplus
8 #endif