mirror of
https://github.com/vlang/v.git
synced 2023-08-10 21:13:21 +03:00
9 lines
121 B
V
9 lines
121 B
V
module builtin
|
|
|
|
fn print_libbacktrace(frames_to_skip int) {
|
|
}
|
|
|
|
[noinline]
|
|
fn eprint_libbacktrace(frames_to_skip int) {
|
|
}
|