File: limity.h

package info (click to toggle)
egcs64 1%3A19980921.1-1
  • links: PTS
  • area: main
  • in suites: woody
  • size: 19,184 kB
  • ctags: 18,081
  • sloc: ansic: 243,395; sh: 12,432; makefile: 3,636; yacc: 2,639; asm: 856; sed: 186; perl: 18
file content (10 lines) | stat: -rw-r--r-- 270 bytes parent folder | download | duplicates (47)
1
2
3
4
5
6
7
8
9
10
/* This administrivia gets added to the end of limits.h
   if the system has its own version of limits.h.  */

#else /* not _GCC_LIMITS_H_ */

#ifdef _GCC_NEXT_LIMITS_H
#include_next <limits.h>		/* recurse down to the real one */
#endif

#endif /* not _GCC_LIMITS_H_ */