--- /home/dedekind/work/AnonymousCVSes/Newlib/src/newlib/libc/include/stdlib.h 2003-11-20 15:02:24.000000000 +0300 +++ newlib/libc/include/stdlib.h 2003-11-25 21:58:12.000000000 +0300 @@ -33,6 +33,12 @@ long rem; /* remainder */ } ldiv_t; +typedef struct +{ + long long int quot; /* quotient */ + long long int rem; /* remainder */ +} lldiv_t; + #ifndef NULL #define NULL 0 #endif