mylimits.h
Go to the documentation of this file.
1 /* -*-c++-*- */
2 /*******************************************************************
3  * File: mylimits.h
4  * Purpose: limits.h configuration for omalloc
5  * Author: hannes (Hans Schoenemann)
6  * Created: 03/01
7  *******************************************************************/
8 
9 #ifndef _MYLIMITS_H
10 #define _MYLIMITS_H
11 
12 #include <limits.h>
13 
14 #endif /* _MYLIMITS_H */