Move mprintf to libaux

This commit is contained in:
2026-03-17 22:19:23 +01:00
parent 7bcd40151d
commit 76b1533ad0
10 changed files with 20 additions and 19 deletions

8
libaux/mprintf.h Normal file
View File

@@ -0,0 +1,8 @@
#ifndef _LIBAUX_MPRINTF_H
#define _LIBAUX_MPRINTF_H
#define MPRINTF_BUF_MAX (1024 * 16)
void mprintf (const char* fmt, ...);
#endif // _LIBAUX_MPRINTF_H