diff options
Diffstat (limited to 'src/stdlib/lldiv_t.c')
| -rw-r--r-- | src/stdlib/lldiv_t.c | 10 |
1 files changed, 0 insertions, 10 deletions
diff --git a/src/stdlib/lldiv_t.c b/src/stdlib/lldiv_t.c deleted file mode 100644 index e7e72e6b..00000000 --- a/src/stdlib/lldiv_t.c +++ /dev/null @@ -1,10 +0,0 @@ -#include <stdlib.h> - -typedef struct { - long long int quot; - long long int rem; -} lldiv_t; - -/* -STDC(199901) -*/ |
