Move mprintf to libaux
This commit is contained in:
8
libaux/mprintf.h
Normal file
8
libaux/mprintf.h
Normal 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
|
||||
Reference in New Issue
Block a user