msp430-common: stdio.h: Move extern "C" brace to correct place
This commit is contained in:
parent
fa4c9b9111
commit
48eeda4126
@ -27,12 +27,12 @@
|
||||
|
||||
#include_next <stdio.h>
|
||||
|
||||
int getchar(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
extern "C" {
|
||||
#endif
|
||||
|
||||
int getchar(void);
|
||||
|
||||
#ifdef __cplusplus
|
||||
}
|
||||
#endif
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user