00001 #ifndef _EXT_EHRHART_H_ 00002 #define _EXT_EHRHART_H_ 00003 00004 #ifndef PARAMS 00005 # if (defined(__STDC__) || defined(__cplusplus)) 00006 # define PARAMS(protos) protos 00007 # else /* no (defined(__STDC__) || defined(__cplusplus)) */ 00008 # define PARAMS(protos) () 00009 # endif /* no (defined(__STDC__) || defined(__cplusplus)) */ 00010 #endif 00011 00012 extern Enumeration *Domain_Enumerate 00013 PARAMS((Polyhedron *D, Polyhedron *C, unsigned MAXRAYS, char **pn)); 00014 00015 extern Enumeration *Domain_Image_Enumerate 00016 PARAMS((Polyhedron *D, Polyhedron *C,Matrix *T, 00017 unsigned MAXRAYS, char **par_name)); 00018 00019 extern void new_eadd PARAMS((evalue *e1,evalue *res)); 00020 00021 #endif