ccutil/ndminx.h

Go to the documentation of this file.
00001 
00020 #ifndef           NDMINX_H
00021 #define           NDMINX_H
00022 
00023 #define MAX(a,b)        ( (a>b) ? a : b )
00024 #define MIN(a,b)        ( (a<b) ? a : b )
00025 #endif

Generated on Wed Feb 28 19:49:09 2007 for Tesseract by  doxygen 1.5.1