demo: qsort

This commit is contained in:
xushiwei
2024-05-06 13:26:09 +08:00
parent 92359dd03b
commit d1a7f63797
3 changed files with 22 additions and 1 deletions

View File

@@ -36,7 +36,8 @@ go install -v ./...
The `_demo` directory contains our demos (it start with `_` to prevent the `go` command from compiling it):
* genints: closure usage in llgo
* [qsort](_demo/qsort): call C function with callback
* [genints](_demo/genints): closure usage in llgo
### How to run demos