Available on lua
@:native("os_environ")staticenviron():Table<String, String>
@:native("os_get_passwd")staticget_passwd():String
@:native("os_getenv")staticgetenv(env:String):String
@:native("os_gethostname")staticgethostname():String
@:native("os_getpid")staticgetpid():Int
@:native("os_getppid")staticgetppid():Int
@:native("os_getpriority")staticgetpriority(pid:Int):Int
@:native("os_homedir")statichomedir():String
@:native("os_setenv")staticsetenv(env:String, value:String):Void
@:native("os_setpriority")staticsetpriority(pid:Int, priority:Int):Bool
@:native("os_tmpdir")statictmpdir():String
@:native("os_uname")staticuname():Uname
@:native("os_unsetenv")staticunsetenv(env:String):Void