|
|
@ -5,17 +5,12 @@ |
|
|
extern "C" { |
|
|
extern "C" { |
|
|
#endif |
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
#include <features.h> |
|
|
#include <stdint.h> |
|
|
#include <stdint.h> |
|
|
|
|
|
|
|
|
#define __NEED_wchar_t |
|
|
#define __NEED_wchar_t |
|
|
#include <bits/alltypes.h> |
|
|
#include <bits/alltypes.h> |
|
|
|
|
|
|
|
|
#if __STDC_VERSION__ >= 199901L |
|
|
|
|
|
#define __restrict restrict |
|
|
|
|
|
#elif !defined(__GNUC__) |
|
|
|
|
|
#define __restrict |
|
|
|
|
|
#endif |
|
|
|
|
|
|
|
|
|
|
|
typedef struct { intmax_t quot, rem; } imaxdiv_t; |
|
|
typedef struct { intmax_t quot, rem; } imaxdiv_t; |
|
|
|
|
|
|
|
|
intmax_t imaxabs(intmax_t); |
|
|
intmax_t imaxabs(intmax_t); |
|
|
|