wangzhengquan
2020-07-06 302ae4427b04a25e4f1ee8acadbb05bf902f47f7
include/usgcommon/usg_typedef.h
File was renamed from common/include/usg_typedef.h
@@ -40,10 +40,13 @@
#define DIR_MODE  (FILE_MODE | S_IXUSR | S_IXGRP | S_IXOTH)
#define min(a,b)  ((a) < (b) ? (a) : (b))
#define max(a,b)  ((a) > (b) ? (a) : (b))
#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
}