mirror of
https://github.com/tinygo-org/tinygo.git
synced 2026-08-11 22:43:40 +00:00
Add implementation for os.Exit and syscall.Exit
This commit is contained in:
committed by
Ayke van Laethem
parent
b7197bcaae
commit
3e1c0d90c5
@@ -0,0 +1,3 @@
|
||||
package syscall
|
||||
|
||||
func Exit(code int)
|
||||
Reference in New Issue
Block a user