blob: 1231bfa798c111cefa56b9ab93ad27365b7ebe9e (
plain)
1
2
3
4
5
6
7
8
|
/* 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>
|