19 lines
307 B
C
19 lines
307 B
C
|
/* climits.h
|
||
|
|
||
|
Standard C header file wrapper for limits.h
|
||
|
*/
|
||
|
|
||
|
/*
|
||
|
* C/C++ Run Time Library - Version 10.0
|
||
|
*
|
||
|
* Copyright (c) 1997, 2000 by Inprise Corporation
|
||
|
* All Rights Reserved.
|
||
|
*
|
||
|
*/
|
||
|
|
||
|
/* $Revision: 9.1 $ */
|
||
|
|
||
|
#define __USING_CNAME__
|
||
|
#include <_lim.h>
|
||
|
#undef __USING_CNAME__
|