mirror of
https://github.com/Nanaloveyuki/BitLogger.git
synced 2026-07-29 03:12:21 +00:00
🐛 fix native file sink lifecycle behavior
This commit is contained in:
@@ -0,0 +1,5 @@
|
||||
#include <stdint.h>
|
||||
|
||||
int32_t bitlogger_pointer_is_null(void *ptr) {
|
||||
return ptr == 0;
|
||||
}
|
||||
Reference in New Issue
Block a user