mirror of
https://github.com/apache/nuttx.git
synced 2026-05-25 00:15:55 +08:00
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:
+1
-1
@@ -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 */
|
||||
|
||||
Reference in New Issue
Block a user