My Project
Loading...
Searching...
No Matches
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_VAL
const int MAX_INT_VAL
Definition:
mylimits.h:12
MAX_INT_LEN
const int MAX_INT_LEN
Definition:
mylimits.h:13
Generated on Mon Feb 27 2023 10:53:49 for My Project by
doxygen 1.9.5
for
Singular