File: limity.h

package info (click to toggle)
gcc-h8300-hms 1%3A3.4.6%2Bdfsg2-2
  • links: PTS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 94,488 kB
  • ctags: 79,901
  • sloc: ansic: 627,399; cpp: 89,017; makefile: 24,792; asm: 21,058; sh: 16,616; yacc: 3,740; perl: 718; xml: 692; lex: 587; exp: 298; awk: 223; pascal: 86; lisp: 59; sed: 37
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_ */