Standardize naming used for public data and function groupings

This commit is contained in:
Gregory Nutt 2015-10-02 16:30:35 -06:00
parent ac394041bf
commit cb9e27c3b0
432 changed files with 503 additions and 503 deletions

View file

@ -51,7 +51,7 @@
************************************************************************/
/************************************************************************
* Global Variables
* Public Data
************************************************************************/
/************************************************************************

View file

@ -41,7 +41,7 @@
#include <stdlib.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
int abs(int j)

View file

@ -41,7 +41,7 @@
#include <inttypes.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
intmax_t imaxabs(intmax_t j)

View file

@ -46,7 +46,7 @@
#include <stdlib.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
char *itoa(int val, char *str, int base)

View file

@ -41,7 +41,7 @@
#include <stdlib.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
long int labs(long int j)

View file

@ -42,7 +42,7 @@
#include <stdlib.h>
/************************************************************************
* Global Functions
* Public Functions
************************************************************************/
#ifdef CONFIG_HAVE_LONG_LONG