common/include/usg_typedef.h
@@ -43,7 +43,10 @@ #define MIN(a,b) ((a) < (b) ? (a) : (b)) #define MAX(a,b) ((a) > (b) ? (a) : (b)) /* Misc constants */ #define MAXLINE 1024 /* Max text line length */ #define MAXBUF 8192 /* Max I/O buffer size */ #ifdef __cplusplus }