mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
cgen: backtrace and sigaction fixes
This commit is contained in:
@ -21,7 +21,9 @@ fn C.strlen(s byteptr) int
|
||||
fn C.isdigit(s byteptr) bool
|
||||
// stdio.h
|
||||
fn C.popen(c byteptr, t byteptr) voidptr
|
||||
|
||||
// <execinfo.h>
|
||||
// backtrace functions are not #included, that's why they have to be defined without C.
|
||||
fn backtrace(a voidptr, b int) int
|
||||
|
||||
fn backtrace_symbols(voidptr, int) &byteptr
|
||||
|
Reference in New Issue
Block a user