pub fn linked_file() -> *mut ()Expand description
Returns a raw pointer to the currently linked file.
If no file is linked to the current program, this function will return a null pointer.
pub fn linked_file() -> *mut ()Returns a raw pointer to the currently linked file.
If no file is linked to the current program, this function will return a null pointer.