parent
							
								
									a7d5af27a3
								
							
						
					
					
						commit
						2dad1298ad
					
				@ -18,9 +18,13 @@
 | 
				
			|||||||
#include <tommath.h>
 | 
					#include <tommath.h>
 | 
				
			||||||
#include <ctype.h>
 | 
					#include <ctype.h>
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef MIN
 | 
				
			||||||
  #define MIN(x,y) (((x) < (y)) ? (x) : (y))
 | 
					  #define MIN(x,y) (((x) < (y)) ? (x) : (y))
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
 | 
					#ifndef MAX
 | 
				
			||||||
  #define MAX(x,y) (((x) > (y)) ? (x) : (y))
 | 
					  #define MAX(x,y) (((x) > (y)) ? (x) : (y))
 | 
				
			||||||
 | 
					#endif
 | 
				
			||||||
 | 
					
 | 
				
			||||||
#ifdef __cplusplus
 | 
					#ifdef __cplusplus
 | 
				
			||||||
extern "C" {
 | 
					extern "C" {
 | 
				
			||||||
 | 
				
			|||||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user