Main Page
Related Pages
Data Structures
Files
File List
Globals
All
Data Structures
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Pages
libpolys
misc
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. */
12
const
int
MAX_INT_VAL
= 0x7fffffff;
13
const
int
MAX_INT_LEN
= 11;
14
#include <limits.h>
15
16
#endif
/* _MYLIMITS_H */
MAX_INT_LEN
const int MAX_INT_LEN
Definition:
mylimits.h:13
MAX_INT_VAL
const int MAX_INT_VAL
Definition:
mylimits.h:12
Generated on Mon Mar 6 2017 11:17:31 by
doxygen 1.8.8
for
Singular debian-1:4.0.3-p3+ds-5~bpo8+1