Skip to content

Commit

Permalink
Merge pull request #623 from PaiGack/patch-1
Browse files Browse the repository at this point in the history
Update ch2-06-qsort.md
  • Loading branch information
chai2010 committed Apr 9, 2023
2 parents 3ed1ce5 + 77d02a0 commit b874ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ch2-cgo/ch2-06-qsort.md
Expand Up @@ -4,7 +4,7 @@ qsort 快速排序函数是 C 语言的高阶函数,支持用于自定义排

## 2.6.1 认识 qsort 函数

qsort 快速排序函数有 `<stdlib.h>` 标准库提供,函数的声明如下:
qsort 快速排序函数由 `<stdlib.h>` 标准库提供,函数的声明如下:

```c
void qsort(
Expand Down

0 comments on commit b874ef0

Please sign in to comment.