ruby_platform

Static ruby_platform 

Source
pub unsafe static ruby_platform: [c_char; 0]
Expand description

Target platform identifier, in a C string.

§@note Seasoned UNIX programmers should beware that this “platform identifier” is our invention; not always identical to so-called target triplets that GNU systems use. For instance on @shyouhei’s machine, ::ruby_platform is "x64_64-linux" while its target triplet is x86_64-pc-linux-gnu. @note Note also that we support Windows.

Generated by rb-sys for Ruby mri-x86_64-linux-gnu-3.2.3