mirror of
https://github.com/microsoft/mimalloc.git
synced 2025-07-06 11:34:38 +03:00
improve message printing from redirection module
This commit is contained in:
parent
0c912445c4
commit
f35c2c5201
3 changed files with 26 additions and 14 deletions
|
@ -22,6 +22,7 @@ terms of the MIT license. A copy of the license can be found in the file
|
|||
|
||||
|
||||
// "options.c"
|
||||
void _mi_fputs(FILE* out, const char* prefix, const char* message);
|
||||
void _mi_fprintf(FILE* out, const char* fmt, ...);
|
||||
void _mi_error_message(const char* fmt, ...);
|
||||
void _mi_warning_message(const char* fmt, ...);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue