My Project
Loading...
Searching...
No Matches
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#ifndef _MYLIMITS_H
9#define _MYLIMITS_H
10
11/* Maximum/minimum value an `signed int' (in Singular interpreter) can hold. */
12const int MAX_INT_VAL = 0x7fffffff;
13const int MAX_INT_LEN = 11;
14#include <limits.h>
15
16#endif /* _MYLIMITS_H */
const int MAX_INT_VAL
Definition: mylimits.h:12
const int MAX_INT_LEN
Definition: mylimits.h:13