mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-04 02:57:46 +00:00
62f9f61664
Continued from #1911.
6 lines
72 B
Go
6 lines
72 B
Go
package runtime
|
|
|
|
func Callers(skip int, pc []uintptr) int {
|
|
return 0
|
|
}
|