# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Sys::OS {
version_from Sys;
native static method defined : int ($macro_name : string, $value_ref : object of int[]|long[]|double[] = undef);
native static method is_windows : int ();
}
# Copyright (c) 2023 Yuki Kimoto
# MIT License
class Sys::OS {
version_from Sys;
native static method defined : int ($macro_name : string, $value_ref : object of int[]|long[]|double[] = undef);
native static method is_windows : int ();
}