Improve this page Quickly fork, edit online, and submit a pull request for this page. Requires a signed-in GitHub account. This works well for small changes. If you'd like to make larger changes you may want to consider using local clone. Page wiki View or edit the community-maintained wiki page associated with this page.

core.stdc.limits

D header file for C99.
This module contains bindings to selected types and functions from the standard C header <limits.h>. Note that this is not automatically generated, and may omit some types/functions from the original C header.
License:
Distributed under the Boost Software License 1.0. (See accompanying file LICENSE)
Authors:
Sean Kelly

Source: core/stdc/limits.d

Standards:
ISO/IEC 9899:1999 (E)
int CHAR_BIT;

byte SCHAR_MIN;

byte SCHAR_MAX;

ubyte UCHAR_MAX;

char CHAR_MIN;

char CHAR_MAX;

int MB_LEN_MAX;

short SHRT_MIN;

short SHRT_MAX;

ushort USHRT_MAX;

int INT_MIN;

int INT_MAX;

uint UINT_MAX;

int LONG_MIN;

int LONG_MAX;

uint ULONG_MAX;

long LLONG_MIN;

long LLONG_MAX;

ulong ULLONG_MAX;