tango.stdc.posix.inttypes

D header file for POSIX.

Public Imports

tango.stdc.inttypes
public import tango.stdc.inttypes;
Undocumented in source.

Members

Functions

imaxabs
intmax_t imaxabs(intmax_t )
Undocumented in source.
imaxdiv
imaxdiv_t imaxdiv(intmax_t , intmax_t )
Undocumented in source.
strtoimax
intmax_t strtoimax(char* , char** , int )
Undocumented in source.
strtoumax
uintmax_t strtoumax(char* , char** , int )
Undocumented in source.
wcstoimax
intmax_t wcstoimax(wchar_t* , wchar_t** , int )
Undocumented in source.
wcstoumax
uintmax_t wcstoumax(wchar_t* , wchar_t** , int )
Undocumented in source.

Meta

License

Public Domain

Standards

The Open Group Base Specifications Issue 6, IEEE Std 1003.1, 2004 Edition

Authors

Sean Kelly