File: /usr/include/machine/limits.h

Green shading in the line number column means the source is part of the translation unit, red means it is conditionally excluded. Highlighted line numbers link to the translation unit page. Highlighted macros link to the macro page.

       1: /* This is the `system' limits.h, independent of any particular
       2:    compiler.  GCC provides its own limits.h which can be found in
       3:    /usr/lib/gcc, although it is not very informative.  
       4:    This file is public domain.  */
       5: #if defined (__i386__) || defined(__x86_64__)
       6: #include <i386/limits.h>
       7: #else
       8: #error architecture not supported
       9: #endif
      10: