split out NULL from stddef header
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
use crate::platform::types::c_void;
|
||||
|
||||
/// Null pointer constant.
|
||||
#[expect(clippy::zero_ptr)]
|
||||
pub const NULL: *mut c_void = 0 as *mut c_void;
|
||||
Reference in New Issue
Block a user