ulib Remove machine/limits.h std/limits.h std/stdlib.h
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
#ifndef ULIB_STD_LIMITS_H_
|
||||
#define ULIB_STD_LIMITS_H_
|
||||
|
||||
#include <machine/limits.h>
|
||||
|
||||
#endif // ULIB_STD_LIMITS_H_
|
@ -1,17 +0,0 @@
|
||||
#ifndef ULIB_STD_STDLIB_H_
|
||||
#define ULIB_STD_STDLIB_H_
|
||||
|
||||
#include <uprintf.h>
|
||||
#include <string/conv.h>
|
||||
|
||||
#define printf uprintf
|
||||
#define sprintf usprintf
|
||||
#define vsprintf uvsprintf
|
||||
#define snprintf usnprintf
|
||||
#define vsnprintf uvsnprintf
|
||||
#define vprintf uvprintf
|
||||
|
||||
#define strtoul string_conv_strtoul
|
||||
#define strtol string_conv_strtol
|
||||
|
||||
#endif // ULIB_STD_STDLIB_H_
|
Reference in New Issue
Block a user