mirror of
https://github.com/topjohnwu/Magisk.git
synced 2024-11-25 02:55:33 +00:00
5 lines
102 B
C
5 lines
102 B
C
|
#pragma once
|
||
|
|
||
|
#define async_safe_format_buffer snprintf
|
||
|
#define async_safe_format_log(...) /* NOP */
|