File: xlimits.h

package info (click to toggle)
bibclean 2.11.4-5
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 5,204 kB
  • ctags: 1,545
  • sloc: ansic: 10,711; makefile: 817; perl: 65; sh: 40; awk: 27; sed: 6
file content (9 lines) | stat: -rw-r--r-- 142 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
#ifndef XLIMITS_H_DEFINED_
#define XLIMITS_H_DEFINED_

#ifdef HAVE_LIMITS_H
#include <limits.h>
#else
#endif

#endif /* XLIMITS_H_DEFINED_ */