Printf in userspace
This commit is contained in:
13
ulib/uprintf.h
Normal file
13
ulib/uprintf.h
Normal file
@ -0,0 +1,13 @@
|
||||
#ifndef ULIB_UPRINTF_H_
|
||||
#define ULIB_UPRINTF_H_
|
||||
|
||||
#include <printf/printf.h>
|
||||
|
||||
#define uprintf printf_
|
||||
#define usprintf sprintf_
|
||||
#define uvsprintf vsprintf_
|
||||
#define usnprintf snprintf_
|
||||
#define uvsnprintf vsnprintf_
|
||||
#define uvprintf vprintf_
|
||||
|
||||
#endif // ULIB_UPRINTF_H_
|
Reference in New Issue
Block a user