0ceb0c11e3
From-SVN: r1327
9 lines
214 B
C
9 lines
214 B
C
/* This administrivia gets added to the beginning of limits.h
|
|
if the system has its own version of limits.h. */
|
|
|
|
#ifndef _LIMITS_H_ /* Terminated in limity.h. */
|
|
#define _LIMITS_H_
|
|
|
|
#include_next <limits.h>
|
|
|