Clean up and review of header files for conformance to standards

This commit is contained in:
Gregory Nutt
2015-06-12 19:26:01 -06:00
parent c5b15d0b31
commit b578c98fa9
191 changed files with 382 additions and 191 deletions
+2 -1
View File
@@ -64,7 +64,8 @@
#undef EXTERN
#if defined(__cplusplus)
#define EXTERN extern "C"
extern "C" {
extern "C"
{
#else
#define EXTERN extern
#endif