logo
pub unsafe extern "C" fn rosie_home_init(
    home: *const RosieString<'_>,
    messages: *mut RosieString<'_>
)
Expand description

Specifies a location for the rosie_home directory, which contains the Rosie Lua support files and the default Standard Pattern Library.

WARNING: This function must be called before any other librosie calls, otherwise it will have no effect.