reference, declarationdefinition
definition → references, declarations, derived classes, virtual overrides
reference to multiple definitions → definitions
unreferenced

References

usr/include/inttypes.h
  305 extern intmax_t wcstoimax (const __gwchar_t *__restrict __nptr,
  306 			   __gwchar_t **__restrict __endptr, int __base)
  310 extern uintmax_t wcstoumax (const __gwchar_t *__restrict __nptr,
  311 			    __gwchar_t ** __restrict __endptr, int __base)
  342 extern long int __wcstol_internal (const __gwchar_t * __restrict __nptr,
  343 				   __gwchar_t **__restrict __endptr,
  348 __NTH (wcstoimax (const __gwchar_t *__restrict nptr,
  349 		  __gwchar_t **__restrict endptr, int base))
  354 extern unsigned long int __wcstoul_internal (const __gwchar_t *
  356 					     __gwchar_t **
  362 __NTH (wcstoumax (const __gwchar_t *__restrict nptr,
  363 		  __gwchar_t **__restrict endptr, int base))