mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
7 lines
181 B
V
7 lines
181 B
V
module builtin
|
|
|
|
// <execinfo.h>
|
|
fn C.backtrace(a &voidptr, size int) int
|
|
fn C.backtrace_symbols(a &voidptr, size int) &&char
|
|
fn C.backtrace_symbols_fd(a &voidptr, size int, fd int)
|