msp430-common: stdio.h: Move extern "C" brace to correct place

This commit is contained in:
Joakim Nohlgård 2017-01-08 19:27:12 +01:00
parent fa4c9b9111
commit 48eeda4126

View File

@ -27,12 +27,12 @@
#include_next <stdio.h>
int getchar(void);
#ifdef __cplusplus
extern "C" {
#endif
int getchar(void);
#ifdef __cplusplus
}
#endif