Mercurial > noffle
diff src/common.h @ 250:93d5d8b098da noffle
[svn] *** empty log message ***
author | mirkol |
---|---|
date | Wed, 05 Jun 2002 23:03:44 +0100 |
parents | 32ba1198c6fa |
children | 21300895412f |
line wrap: on
line diff
--- a/src/common.h Tue May 14 15:25:45 2002 +0100 +++ b/src/common.h Wed Jun 05 23:03:44 2002 +0100 @@ -3,7 +3,7 @@ Common declarations. - $Id: common.h 51 2000-05-05 23:49:38Z uh1763 $ + $Id: common.h 382 2002-06-05 22:03:44Z mirkol $ */ #ifndef COMMON_H @@ -20,6 +20,8 @@ #define FALSE 0 #define TRUE !0 #define MAXCHAR 2048 +/* limited sscanf() format string: */ +#define MAXCHAR_FMT "%2048s" #ifdef DEBUG #include <assert.h>