mirror of
https://github.com/vlang/v.git
synced 2025-08-03 09:47:15 -04:00
9 lines
122 B
V
9 lines
122 B
V
module builtin
|
|
|
|
fn print_libbacktrace(frames_to_skip int) {
|
|
}
|
|
|
|
@[noinline]
|
|
fn eprint_libbacktrace(frames_to_skip int) {
|
|
}
|