1package os
2
3func Getenv(string) string
4
5func Exit(int)
6