ulib Remove machine/limits.h std/limits.h std/stdlib.h

This commit is contained in:
2025-09-20 10:47:04 +02:00
parent 3f0231be3f
commit e245ecca3c
4 changed files with 1 additions and 49 deletions

View File

@ -1,6 +0,0 @@
#ifndef ULIB_STD_LIMITS_H_
#define ULIB_STD_LIMITS_H_
#include <machine/limits.h>
#endif // ULIB_STD_LIMITS_H_

View File

@ -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_