wangzhengquan
2020-06-18 5ee033b3f16717e3a437aa4cc207cb0d760ac93d
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
}