1
0
mirror of https://github.com/chai2010/advanced-go-programming-book.git synced 2024-10-11 14:25:05 +00:00

Update ch2-06-qsort.md

This commit is contained in:
PaiGack 2023-03-26 19:20:13 +08:00 committed by GitHub
parent 3ed1ce590b
commit 77d02a0851
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -4,7 +4,7 @@ qsort 快速排序函数是 C 语言的高阶函数,支持用于自定义排
## 2.6.1 认识 qsort 函数
qsort 快速排序函数 `<stdlib.h>` 标准库提供,函数的声明如下:
qsort 快速排序函数 `<stdlib.h>` 标准库提供,函数的声明如下:
```c
void qsort(