1
0
mirror of https://github.com/vlang/v.git synced 2023-08-10 21:13:21 +03:00

bring back backtrace

This commit is contained in:
Alexander Medvednikov
2019-10-25 17:59:41 +03:00
parent a83aa28a67
commit ef9cae6dc0
2 changed files with 3 additions and 4 deletions

View File

@@ -13,8 +13,8 @@ fn C.strlen(s byteptr) int
//fn C.backtrace(a voidptr, b int) int
//fn C.backtrace_symbols_fd(voidptr, int, int)
fn backtrace(a voidptr, b int) int
fn backtrace_symbols_fd(voidptr, int, int)