X-Git-Url: http://nsz.repo.hu/git/?p=musl;a=blobdiff_plain;f=include%2Finttypes.h;h=3f0339ce340e3382d69d5a7f32117d6808e89fa1;hp=23acc5bec142e2acc041f654e2ec434a144efd31;hb=a8da6c2f287037cbacc65578a268f355760eaf8e;hpb=400c5e5c8307a2ebe44ef1f203f5a15669f20347 diff --git a/include/inttypes.h b/include/inttypes.h index 23acc5be..3f0339ce 100644 --- a/include/inttypes.h +++ b/include/inttypes.h @@ -5,17 +5,12 @@ extern "C" { #endif +#include #include #define __NEED_wchar_t #include -#if __STDC_VERSION__ >= 199901L -#define __restrict restrict -#elif !defined(__GNUC__) -#define __restrict -#endif - typedef struct { intmax_t quot, rem; } imaxdiv_t; intmax_t imaxabs(intmax_t);