Proper null

This commit is contained in:
2026-08-20 21:16:50 -05:00
parent 23fc928bf4
commit 4c1daa2962
+1 -1
View File
@@ -33,7 +33,7 @@
* pointer usage easier.
*/
#ifndef null
#define null ((malunal_mptr_t*)0)
#define null ((malunal_mptr_t)0)
#endif /* null */
/**