mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
all: re-apply C++ support
This commit is contained in:
@ -12,7 +12,7 @@ fn C.free(ptr voidptr)
|
||||
fn C.exit(code int)
|
||||
|
||||
|
||||
fn C.qsort(voidptr, int, int, voidptr)
|
||||
fn C.qsort(voidptr, int, int, qsort_callback_func)
|
||||
|
||||
|
||||
fn C.sprintf(a ...voidptr) int
|
||||
|
Reference in New Issue
Block a user