mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
remove more C headers
This commit is contained in:
@@ -14,9 +14,13 @@ fn C.isdigit(s byteptr) bool
|
||||
|
||||
|
||||
|
||||
// <execinfo.h>
|
||||
fn backtrace(a voidptr, b int) int
|
||||
fn backtrace_symbols_fd(voidptr, int, int)
|
||||
|
||||
// <libproc.h>
|
||||
fn proc_pidpath(int, voidptr, int) int
|
||||
|
||||
|
||||
|
||||
// Windows
|
||||
|
||||
Reference in New Issue
Block a user