diff options
Diffstat (limited to 'include/stdlib.h')
-rw-r--r-- | include/stdlib.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/include/stdlib.h b/include/stdlib.h index 7a98943725..6b17f35ec6 100644 --- a/include/stdlib.h +++ b/include/stdlib.h @@ -10,6 +10,14 @@ /* Now define the internal interfaces. */ #ifndef __Need_M_And_C +extern __typeof (strtol_l) __strtol_l; +extern __typeof (strtoul_l) __strtoul_l; +extern __typeof (strtoll_l) __strtoll_l; +extern __typeof (strtoull_l) __strtoull_l; +extern __typeof (strtod_l) __strtod_l; +extern __typeof (strtof_l) __strtof_l; +extern __typeof (strtold_l) __strtold_l; + libc_hidden_proto (exit) libc_hidden_proto (abort) libc_hidden_proto (getenv) |