merge from dev

This commit is contained in:
Daan Leijen 2020-12-15 16:07:23 -08:00
commit 3c70317393
5 changed files with 85 additions and 54 deletions

View file

@ -32,7 +32,6 @@ terms of the MIT license. A copy of the license can be found in the file
#define mi_decl_cache_align
#endif
// "options.c"
void _mi_fputs(mi_output_fun* out, void* arg, const char* prefix, const char* message);
void _mi_fprintf(mi_output_fun* out, void* arg, const char* fmt, ...);