mirror of
https://github.com/cc65/cc65.git
synced 2024-12-25 02:29:52 +00:00
Remove ldiv_t - it should only be in stdlib.h. Reported by Marc Rintsch.
git-svn-id: svn://svn.cc65.org/cc65/trunk@5302 b7a2c559-68d2-44c3-8de9-860c34a00d81
This commit is contained in:
parent
ab83d5cd78
commit
eef45199d5
@ -6,7 +6,7 @@
|
|||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* */
|
/* */
|
||||||
/* (C) 2002-2009, Ullrich von Bassewitz */
|
/* (C) 2002-2011, Ullrich von Bassewitz */
|
||||||
/* Roemerstrasse 52 */
|
/* Roemerstrasse 52 */
|
||||||
/* D-70794 Filderstadt */
|
/* D-70794 Filderstadt */
|
||||||
/* EMail: uz@cc65.org */
|
/* EMail: uz@cc65.org */
|
||||||
@ -52,13 +52,6 @@
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
/* Return type of the imaxdiv function (which currently doesn't exist) */
|
|
||||||
typedef struct {
|
|
||||||
intmax_t rem;
|
|
||||||
intmax_t quot;
|
|
||||||
} ldiv_t;
|
|
||||||
|
|
||||||
|
|
||||||
/* Standard functions */
|
/* Standard functions */
|
||||||
intmax_t __fastcall__ imaxabs (intmax_t val);
|
intmax_t __fastcall__ imaxabs (intmax_t val);
|
||||||
intmax_t __fastcall__ strtoimax (const char* nptr, char** endptr, int base);
|
intmax_t __fastcall__ strtoimax (const char* nptr, char** endptr, int base);
|
||||||
|
Loading…
Reference in New Issue
Block a user