Split CE code into multiple files
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m38s
All checks were successful
Build documentation / build-and-deploy (push) Successful in 2m38s
This commit is contained in:
10
ce/mprintf.h
Normal file
10
ce/mprintf.h
Normal file
@@ -0,0 +1,10 @@
|
||||
#ifndef _MPRINTF_H
|
||||
#define _MPRINTF_H
|
||||
|
||||
#include "context.h"
|
||||
|
||||
#define MPRINTF_BUF_MAX CPRINTF_BUF_MAX
|
||||
|
||||
void mprintf (const char* fmt, ...);
|
||||
|
||||
#endif // _MPRINTF_H
|
||||
Reference in New Issue
Block a user