Make coding style more conformant, take description from OpenGroup.org, rename formal parameters to match names used on OpenGroup.org

This commit is contained in:
Gregory Nutt
2015-10-02 12:58:40 -06:00
parent 2ba224eca2
commit 38e6142ae8
4 changed files with 109 additions and 49 deletions
+1 -1
View File
@@ -229,7 +229,7 @@ int mkstemp(FAR char *path_template);
/* Sorting */
void qsort(FAR void *base, size_t nmemb, size_t size,
void qsort(FAR void *base, size_t nel, size_t width,
int (*compar)(FAR const void *, FAR const void *));
/* Binary search */