wangzhengquan
2020-09-10 591aacee97f4a6486631c38a6b418e20b2c4109c
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
}