checker: [noreturn] part 2 (cleanup) (#10667)

This commit is contained in:
Delyan Angelov 2021-07-05 05:05:37 +03:00 committed by GitHub
parent da9c75f2ca
commit 972542d6ee
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 82 additions and 26 deletions

View file

@ -16,7 +16,7 @@ fn C.realloc(a &byte, b int) &byte
fn C.free(ptr voidptr)
[trusted]
[noreturn; trusted]
fn C.exit(code int)
fn C.qsort(base voidptr, items size_t, item_size size_t, cb qsort_callback_func)