12345678910111213141516171819202122232425262728293031323334 |
- #define QUAD 1
- #include <strtol.c>
- #ifdef _LIBC
- # ifdef SHARED
- # include <shlib-compat.h>
- # if SHLIB_COMPAT (libc, GLIBC_2_0, GLIBC_2_2)
- compat_symbol (libc, __strtoll_internal, __strtoq_internal, GLIBC_2_0);
- # endif
- # endif
- weak_alias (strtoll, strtoq)
- #endif
|