You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
327 B
20 lines
327 B
/*
|
|
* C++ header for C header limits.h
|
|
* Copyright 1997 ARM Limited. All rights reserved.
|
|
*/
|
|
|
|
/*
|
|
* RCS $Revision: 177844 $
|
|
* Checkin $Date: 2012-11-21 11:51:12 +0000 (Wed, 21 Nov 2012) $
|
|
* Revising $Author: pwright $
|
|
*/
|
|
|
|
#ifndef __climits
|
|
#define __climits
|
|
#define __ARMCLIB_VERSION 5050106
|
|
|
|
#include <limits.h>
|
|
|
|
#endif
|
|
|