Commit 275fe0b0 authored by Alessandro Rubini's avatar Alessandro Rubini

include: define intptr_t with the other types

This type is used by pp_printf-full, and we miss it in lm32.
Signed-off-by: Alessandro Rubini's avatarAlessandro Rubini <rubini@gnudd.com>
parent 13f3e969
...@@ -11,6 +11,8 @@ typedef signed short int16_t; ...@@ -11,6 +11,8 @@ typedef signed short int16_t;
typedef signed int int32_t; typedef signed int int32_t;
typedef signed long long int64_t; typedef signed long long int64_t;
typedef unsigned long intptr_t;
#define UINT32_MAX 4294967295U #define UINT32_MAX 4294967295U
#endif #endif
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment