mirror of
https://xff.cz/git/u-boot/
synced 2025-09-01 00:32:04 +02:00
@@ -23,9 +23,9 @@
|
||||
#endif
|
||||
|
||||
void qsort(void *base,
|
||||
size_t nel,
|
||||
size_t width,
|
||||
int (*comp)(const void *, const void *))
|
||||
size_t nel,
|
||||
size_t width,
|
||||
int (*comp)(const void *, const void *))
|
||||
{
|
||||
size_t wgap, i, j, k;
|
||||
char tmp;
|
||||
|
Reference in New Issue
Block a user