From 602442ecedf17800cddfdae188b05b40345cb011 Mon Sep 17 00:00:00 2001 From: wangzhengquan <wangzhengquan85@126.com> Date: 星期五, 12 六月 2020 12:08:46 +0800 Subject: [PATCH] version --- common/include/usg_typedef.h | 5 ++++- 1 files changed, 4 insertions(+), 1 deletions(-) diff --git a/common/include/usg_typedef.h b/common/include/usg_typedef.h index a3b9a81..55796e1 100644 --- a/common/include/usg_typedef.h +++ b/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 } -- Gitblit v1.8.0