Clean-up/standardize a few header files

This commit is contained in:
Gregory Nutt 2015-08-03 11:01:41 -06:00
parent 991adde6ae
commit 9cbac41e78
9 changed files with 24 additions and 31 deletions

View file

@ -56,7 +56,7 @@
#define bcopy(b1,b2,len) (void)memmove(b2,b1,len)
/****************************************************************************
* Global Function Prototypes
* Public Function Prototypes
****************************************************************************/
#undef EXTERN